1
0
mirror of https://github.com/fcwu/docker-ubuntu-vnc-desktop synced 2026-08-05 16:12:41 +02:00

Fix tty.js daemon not to enable

This commit is contained in:
Doro Wu
2014-03-12 11:20:24 +08:00
parent 2ded9b626b
commit ae155457bb
+3 -1
View File
@@ -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
done