X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/323ac4a566f7c1ea9006eaf58eae915fac00071b..687353c5fefbeea8486cbb28dedf52a53dc65e9b:/lib/python/Screens/ImageWizard.py diff --git a/lib/python/Screens/ImageWizard.py b/lib/python/Screens/ImageWizard.py index f96ddadc..5617e8f1 100644 --- a/lib/python/Screens/ImageWizard.py +++ b/lib/python/Screens/ImageWizard.py @@ -25,7 +25,7 @@ else: class ImageWizard(Wizard): skin = """ - + """ @@ -44,7 +44,7 @@ def doBackup(path): os.system('tar cvpf ' + path + backupfile + ' /etc/enigma2') def doRestore(path): - os.system('cd / && tar xvpf ' + path + backupfile + ' etc/enigma2') + os.system('cd / && /bin/tar xvpf ' + path + backupfile) \ No newline at end of file