From b30af162a1a2ded8a1b3763674949af12543937e Mon Sep 17 00:00:00 2001 From: Senad Uka Date: Wed, 8 Jun 2016 09:38:54 +0200 Subject: [PATCH] reboot time --- controller/state/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller/state/__init__.py b/controller/state/__init__.py index 141bb3b..af22f4b 100644 --- a/controller/state/__init__.py +++ b/controller/state/__init__.py @@ -36,4 +36,4 @@ def sync(): print " panicking safely ! " safely_panic() print " rebooting " - commands.getoutput('/sbin/shutdown -r +5') + commands.getoutput('/sbin/shutdown -r +3')