diff options
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Screens/ImageWizard.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/ImageWizard.py b/lib/python/Screens/ImageWizard.py index f96ddadc..e0e0dfea 100644 --- a/lib/python/Screens/ImageWizard.py +++ b/lib/python/Screens/ImageWizard.py @@ -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 |
