mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
If rc.local exists launch it
This commit is contained in:
parent
dca5e2b8e5
commit
9c98ee85df
@ -24,6 +24,11 @@ if [ -f "/tmp/donotbootup" ]; then
|
||||
exit
|
||||
fi
|
||||
|
||||
if [ -f /etc/rc.local ]; then
|
||||
echo ">>> Launching rc.local"
|
||||
sh /etc/rc.local
|
||||
fi
|
||||
|
||||
CONFIG="/cf/conf/config.xml"
|
||||
WORD="https"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user