use "killall -9" instead of "killall" to apply restored settings
[vuplus_dvbapp] / data / imagewizard.xml
index 80943a8..8c40e3f 100644 (file)
@@ -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
                        </code>
                </step>