diff --git a/startup.sh b/startup.sh index c3b6b43..47d08b1 100755 --- a/startup.sh +++ b/startup.sh @@ -11,6 +11,8 @@ echo "ubuntu:$PASS" | chpasswd /usr/bin/supervisord -c /supervisord.conf +cd /tty.js && node ./tty-me.js --daemonize + while [ 1 ]; do /bin/bash -done \ No newline at end of file +done