Update __init__.py

removing canceling shutdown
This commit is contained in:
Senad Uka
2016-06-08 18:50:32 +02:00
parent 46af39c7af
commit 5c1f1629e7

View File

@@ -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()