mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Launch running script as well
This commit is contained in:
parent
d948953279
commit
c3ebb66946
@ -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..."
|
||||
|
||||
Loading…
Reference in New Issue
Block a user