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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user