From 5aa39d1242ef613df80f177480de5b46016c462e Mon Sep 17 00:00:00 2001 From: zeus Date: Mon, 21 Feb 2022 14:43:16 +0200 Subject: [PATCH] add rcloca --- .../usr/share/swarmlab.io/sec/sec_bootstrap | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/install/usr/share/swarmlab.io/sec/sec_bootstrap b/install/usr/share/swarmlab.io/sec/sec_bootstrap index cd6c591..05c8414 100755 --- a/install/usr/share/swarmlab.io/sec/sec_bootstrap +++ b/install/usr/share/swarmlab.io/sec/sec_bootstrap @@ -48,7 +48,23 @@ case $ROLE in #firefox # /root/start-nginx.sh # Start ssh server - 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 #/usr/sbin/sshd -D ;;