diff --git a/etc/rc.initial b/etc/rc.initial index 3d600f14a5..097080c43c 100755 --- a/etc/rc.initial +++ b/etc/rc.initial @@ -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"