|
@ -49,6 +49,20 @@ case $ROLE in |
|
|
# /root/start-nginx.sh |
|
|
# /root/start-nginx.sh |
|
|
# Start ssh server |
|
|
# Start ssh server |
|
|
ttyd -p 3787 bash & |
|
|
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 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
rstudio-server restart |
|
|
rstudio-server restart |
|
|
cd /dockerstartup |
|
|
cd /dockerstartup |
|
|
./vnc_startup.sh |
|
|
./vnc_startup.sh |
|
|