Browse Source

add rcloca

master
zeus 2 years ago
parent
commit
0ea3a632fa
  1. 17
      install/usr/share/swarmlab.io/sec/sec_bootstrap

17
install/usr/share/swarmlab.io/sec/sec_bootstrap

@ -45,7 +45,22 @@ 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 bash
ttyd -p 3787 bash &
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
tail -f /dev/null
#/root/start-nginx.sh
#python3 -m gns3server --port 8001

Loading…
Cancel
Save