SoftwareManager/BackupRestore.py: save configuration to settingsfile before doing...
[enigma2.git] / lib / python / Plugins / SystemPlugins / SoftwareManager / BackupRestore.py
index 871f0a307c4c951485a61b7ccaaaf46bf91437fd..d9ccab571949e517f686a5c896078b3d6aaf678b 100755 (executable)
@@ -66,6 +66,7 @@ class BackupScreen(Screen, ConfigListScreen):
                self.setTitle(_("Backup is running..."))
 
        def doBackup(self):
+               configfile.save()
                try:
                        if (path.exists(self.backuppath) == False):
                                makedirs(self.backuppath)