Browse Source

add rcloca

master
zeus 2 years ago
parent
commit
295732434e
  1. 22
      install/usr/share/swarmlab.io/sec/sec_bootstrap

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

@ -48,6 +48,22 @@ case $ROLE in
#tail -f /dev/null
#/root/start-nginx.sh
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
#python3 -m gns3server --port 8001
set -e
@ -65,6 +81,12 @@ if [ "$1" = 'haproxy' ]; then
fi
exec "$@"
tail -f /dev/null
# Start ssh server
#/usr/sbin/sshd -D

Loading…
Cancel
Save