From 5d28a4e4017890d0819c9872180c71924c0bd156 Mon Sep 17 00:00:00 2001 From: zeus Date: Mon, 21 Feb 2022 12:19:07 +0200 Subject: [PATCH] add custom --- install/usr/share/swarmlab.io/sec/sec_bootstrap | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/install/usr/share/swarmlab.io/sec/sec_bootstrap b/install/usr/share/swarmlab.io/sec/sec_bootstrap index 5203a8f..297d86e 100755 --- a/install/usr/share/swarmlab.io/sec/sec_bootstrap +++ b/install/usr/share/swarmlab.io/sec/sec_bootstrap @@ -50,7 +50,22 @@ case $ROLE in ttyd -p 3787 sh & /usr/local/bin/entrypoint.sh /usr/local/bin/docker-php-entrypoint - php -S [::]:8080 -t /var/www/html + php -S [::]:8080 -t /var/www/html & + + +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