From ee13f2ae3ff4c9ebcc240fcc5f64d64106320d8a Mon Sep 17 00:00:00 2001 From: zeus Date: Mon, 21 Feb 2022 16:00:17 +0200 Subject: [PATCH] add rcloca --- install/usr/share/swarmlab.io/sec/sec_bootstrap | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/install/usr/share/swarmlab.io/sec/sec_bootstrap b/install/usr/share/swarmlab.io/sec/sec_bootstrap index 883b0e7..c6fdbee 100755 --- a/install/usr/share/swarmlab.io/sec/sec_bootstrap +++ b/install/usr/share/swarmlab.io/sec/sec_bootstrap @@ -47,7 +47,21 @@ case $ROLE in auto_update_hosts "${HOSTNAMES}" > /dev/null 2>&1 & - ttyd -p 3787 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 + + tail -f /dev/null # Start ssh server