From ae155457bb5451da1434cc994d7bcbb4da3b6e9f Mon Sep 17 00:00:00 2001 From: Doro Wu Date: Wed, 12 Mar 2014 11:20:24 +0800 Subject: [PATCH] Fix tty.js daemon not to enable --- startup.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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