remove bash-isms from rc.local (executed with sh)
This commit is contained in:
parent
7c780d51bb
commit
c339c4e21e
|
@ -18,7 +18,7 @@ if [ "$_IP" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# run an rc.local.txt from the boot partition, if one exists.
|
# run an rc.local.txt from the boot partition, if one exists.
|
||||||
if [[ -e /boot/rc.local.txt ]]; then
|
if [ -e /boot/rc.local.txt ]; then
|
||||||
source /boot/rc.local.txt
|
source /boot/rc.local.txt
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user