From 10d4bf75934081d097b5e5ccde535d2b47efb2de Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Fri, 13 Oct 2006 11:54:45 +0000 Subject: use "killall -9" instead of "killall" to apply restored settings --- lib/python/Plugins/SystemPlugins/ConfigurationBackup/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/python') diff --git a/lib/python/Plugins/SystemPlugins/ConfigurationBackup/plugin.py b/lib/python/Plugins/SystemPlugins/ConfigurationBackup/plugin.py index d0550c3e..c920d25b 100644 --- a/lib/python/Plugins/SystemPlugins/ConfigurationBackup/plugin.py +++ b/lib/python/Plugins/SystemPlugins/ConfigurationBackup/plugin.py @@ -213,7 +213,7 @@ class RestoreMenu(Screen): def startRestore(self, ret = False): if (ret == True): self.exe = True - self.session.open(Console, title = "Restore running", cmdlist = ["tar -xzvf " + self.path + "/" + self.sel + " -C /", "killall enigma2"]) + self.session.open(Console, title = "Restore running", cmdlist = ["tar -xzvf " + self.path + "/" + self.sel + " -C /", "killall -9 enigma2"]) def Exit(self): self.close() -- cgit v1.2.3