|
@ -45,7 +45,22 @@ case $ROLE in |
|
|
|
|
|
|
|
|
# Auto update default host file in background and dumb all output |
|
|
# Auto update default host file in background and dumb all output |
|
|
auto_update_hosts "${HOSTNAMES}" > /dev/null 2>&1 & |
|
|
auto_update_hosts "${HOSTNAMES}" > /dev/null 2>&1 & |
|
|
code-server --disable-update-check --bind-addr 0.0.0.0:8080 --user-data-dir /home/docker/project --extensions-dir /home/docker/extensions-dir --auth none |
|
|
code-server --disable-update-check --bind-addr 0.0.0.0:8080 --user-data-dir /home/docker/project --extensions-dir /home/docker/extensions-dir --auth none & |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
|
|
tail -f /dev/null |
|
|
#/root/start-nginx.sh |
|
|
#/root/start-nginx.sh |
|
|
# Start ssh server |
|
|
# Start ssh server |
|
|