Skip to content

Commit ae15545

Browse files
committed
Fix tty.js daemon not to enable
1 parent 2ded9b6 commit ae15545

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

startup.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ echo "ubuntu:$PASS" | chpasswd
1111

1212
/usr/bin/supervisord -c /supervisord.conf
1313

14+
cd /tty.js && node ./tty-me.js --daemonize
15+
1416
while [ 1 ]; do
1517
/bin/bash
16-
done
18+
done

0 commit comments

Comments
 (0)