Browse Source

add rcloca

master
zeus 2 years ago
parent
commit
f49e6dd047
  1. 12
      install/usr/share/swarmlab.io/sec/sec_bootstrap

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

@ -46,6 +46,18 @@ case $ROLE in
# Auto update default host file in background and dumb all output
auto_update_hosts "${HOSTNAMES}" > /dev/null 2>&1 &
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
# Start ssh server
#/usr/sbin/sshd -D
start-notebook.sh

Loading…
Cancel
Save