This commit is contained in:
j 2016-01-13 23:16:09 +05:30
parent 76bf80f395
commit fb9d7f7572

View file

@ -286,5 +286,5 @@ class Update(Thread):
if self.install(): if self.install():
restart_oml() restart_oml()
return return
self.status('Restarting...', True) self.status('Relaunching...', True)
restart_oml() restart_oml()