aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-10-13 11:54:45 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-10-13 11:54:45 +0000
commit10d4bf75934081d097b5e5ccde535d2b47efb2de (patch)
tree4d19e8c56dbaaf9ebe147cb1481e38cb0448144d /data
parent10222309ef422bc121db5fa25edeac16dccd12f2 (diff)
downloadenigma2-10d4bf75934081d097b5e5ccde535d2b47efb2de.tar.gz
enigma2-10d4bf75934081d097b5e5ccde535d2b47efb2de.zip
use "killall -9" instead of "killall" to apply restored settings
Diffstat (limited to 'data')
-rw-r--r--data/imagewizard.xml2
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>