|
@ -50,7 +50,23 @@ case $ROLE in |
|
|
# Start ssh server |
|
|
# Start ssh server |
|
|
ttyd -p 3787 bash & |
|
|
ttyd -p 3787 bash & |
|
|
cd /opt/etherpad-lite |
|
|
cd /opt/etherpad-lite |
|
|
node src/node/server.js |
|
|
node src/node/server.js & |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
|
|
#/usr/sbin/sshd -D |
|
|
#/usr/sbin/sshd -D |
|
|
;; |
|
|
;; |
|
|