From 2b1ee805d91ea8b1fa999faa4ec83a5b7ee1e0da Mon Sep 17 00:00:00 2001 From: zeus Date: Mon, 21 Feb 2022 16:10:43 +0200 Subject: [PATCH] add rcloca --- install/usr/share/swarmlab.io/sec/sec_bootstrap | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/install/usr/share/swarmlab.io/sec/sec_bootstrap b/install/usr/share/swarmlab.io/sec/sec_bootstrap index 397cf4f..4fb1f46 100755 --- a/install/usr/share/swarmlab.io/sec/sec_bootstrap +++ b/install/usr/share/swarmlab.io/sec/sec_bootstrap @@ -48,6 +48,20 @@ case $ROLE in 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 + + + ln -s /etc/apache2/sites-available/default-ssl.conf /etc/apache2/sites-enabled/default-ssl.conf apache2ctl start tail -f /dev/null