mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Fix door lock.
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user