X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=data%2Fimagewizard.xml;h=8c40e3f98718ccfe88d1c0972ef665b38dba5886;hb=06f7820d3c5fff95b0609c1e5830cc234a0b2741;hp=80943a813668173dde52ac67b45b16f4ec6cb028;hpb=323ac4a566f7c1ea9006eaf58eae915fac00071b;p=vuplus_dvbapp diff --git a/data/imagewizard.xml b/data/imagewizard.xml index 80943a8..8c40e3f 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