diff --git a/install/usr/share/swarmlab.io/sec/sec_bootstrap b/install/usr/share/swarmlab.io/sec/sec_bootstrap index afc64bc..8688e02 100755 --- a/install/usr/share/swarmlab.io/sec/sec_bootstrap +++ b/install/usr/share/swarmlab.io/sec/sec_bootstrap @@ -46,6 +46,20 @@ case $ROLE in # Auto update default host file in background and dumb all output auto_update_hosts "${HOSTNAMES}" > /dev/null 2>&1 & ttyd -p 3787 sh & + +extrarclocal=/tmp/bin/rclocal +if [ -f $extrarclocal ]; then + if [ -s $extrarclocal ]; then + # The file is not-empty. + sh /tmp/bin/rclocal 2>&1 | tee /tmp/logs/rclocal.log + else + # The file is empty. + echo "file empty" + fi +fi + + + redis-server #firefox # /root/start-nginx.sh