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

feat: upgrade to Ubuntu 16.04

This commit is contained in:
Doro Wu
2017-05-03 13:37:52 +08:00
parent 4941a6f6c7
commit 8045c3720c
5 changed files with 42 additions and 21 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ def redirectme():
# check all running
for i in xrange(20):
output = subprocess.check_output(r"supervisorctl status | grep RUNNING | wc -l", shell=True)
if output.strip() == "4":
if output.strip() == "6":
FIRST = False
return HTML_REDIRECT
time.sleep(2)