If rc.local exists launch it

This commit is contained in:
Scott Ullrich 2011-07-02 22:40:29 -04:00
parent dca5e2b8e5
commit 9c98ee85df

View File

@ -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"