Check if STK1002 init scripts are executable before running
This commit is contained in:
parent
1120408d61
commit
94cff5a265
@ -1,7 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
for s in /etc/init.d/S*; do
|
||||
if [ -x $s ]; then
|
||||
$s start
|
||||
fi
|
||||
done
|
||||
|
||||
echo
|
||||
|
Loading…
Reference in New Issue
Block a user