Fix tty.js daemon not to enable
This commit is contained in:
parent
2ded9b626b
commit
ae155457bb
|
|
@ -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
|
||||
Loading…
Reference in New Issue