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 --- data/imagewizard.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/imagewizard.xml') diff --git a/data/imagewizard.xml b/data/imagewizard.xml index 80943a81..8c40e3f9 100644 --- a/data/imagewizard.xml +++ b/data/imagewizard.xml @@ -115,7 +115,7 @@ import os from Screens.ImageWizard import backupfile print 'mv ' + self.backuppath + backupfile + ' ' + self.backuppath + backupfile + '.old' os.system('mv ' + self.backuppath + backupfile + ' ' + self.backuppath + backupfile + '.old') -os.system('killall enigma2') # ugly... no better solution atm +os.system('killall -9 enigma2') # ugly... no better solution atm -- cgit v1.2.3