fix settings restore in image update
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Thu, 23 Mar 2006 00:59:19 +0000 (00:59 +0000)
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Thu, 23 Mar 2006 00:59:19 +0000 (00:59 +0000)
lib/python/Screens/ImageWizard.py

index f96ddadc37b26c47b151fa8d469512dd1ef77cf1..e0e0dfea6b0372b48685e75a40ca97c1e00ba6d7 100644 (file)
@@ -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