Launch running script as well

This commit is contained in:
Scott Ullrich 2011-07-04 14:47:54 -04:00
parent d948953279
commit c3ebb66946

View File

@ -28,6 +28,8 @@ if [ -f /etc/rc.local ]; then
if [ "$RCLOCALPWD" = "" ]; then
echo ">>> Launching rc.local in background..."
sh /etc/rc.local &
sleep 1
sh /etc/rc.local.running &
else
if [ -f /etc/rc.local.running ]; then
echo ">>> Launching rc.local.running in background..."