Update __init__.py
removing canceling shutdown
This commit is contained in:
@@ -38,8 +38,6 @@ def sync():
|
||||
current_state = changer.process_change()
|
||||
|
||||
server.post_state(current_state)
|
||||
print " everything ok, canceling shutdown "
|
||||
commands.getoutput('/sbin/shutdown -c')
|
||||
except:
|
||||
print " panicking safely ! "
|
||||
safely_panic()
|
||||
|
||||
Reference in New Issue
Block a user