Fix door lock.

This commit is contained in:
Rob Nelson
2013-09-17 09:16:01 -07:00
parent c4696769a1
commit 261981dc1a
3 changed files with 8 additions and 1 deletions

View File

@@ -92,6 +92,10 @@ def Compile(serverState):
if serverState:
send_nudge('Update completed. Restarting...')
log.info('Server updated. Restarting...')
# Recheck in a bit to be sure
lastState=False
subprocess.call(RESTART_COMMAND,shell=True)
def PerformServerReadyCheck(serverState):