diff options
Diffstat (limited to 'data/imagewizard.xml')
| -rw-r--r-- | data/imagewizard.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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 </code> </step> |
