Browse Source

add rcloca

master
zeus 2 years ago
parent
commit
6253a6297c
  1. 16
      install/usr/share/swarmlab.io/sec/sec_bootstrap

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

@ -48,6 +48,22 @@ 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
/usr/local/bin/docker-entrypoint.sh apache2*
#/usr/local/bin/apache2-foreground

Loading…
Cancel
Save