X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/323ac4a566f7c1ea9006eaf58eae915fac00071b..9e9b0f5405807576512b9e9e5f6adeb87218822e:/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