mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
Check if STK1002 init scripts are executable before running
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
for s in /etc/init.d/S*; do
|
||||
$s start
|
||||
if [ -x $s ]; then
|
||||
$s start
|
||||
fi
|
||||
done
|
||||
|
||||
echo
|
||||
|
||||
Reference in New Issue
Block a user