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