summaryrefslogtreecommitdiffstats
path: root/src/etc/rc.restore_config_backup
diff options
context:
space:
mode:
Diffstat (limited to 'src/etc/rc.restore_config_backup')
-rwxr-xr-xsrc/etc/rc.restore_config_backup2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/etc/rc.restore_config_backup b/src/etc/rc.restore_config_backup
index 31dbfa3..f9237e6 100755
--- a/src/etc/rc.restore_config_backup
+++ b/src/etc/rc.restore_config_backup
@@ -91,7 +91,6 @@ function restore_history_backup($number) {
echo gettext("Y/N?") . " : ";
$confirm = strtoupper(chop(fgets($fp)));
if ($confirm == gettext("Y")) {
- conf_mount_rw();
if (config_restore($g['conf_path'] . '/backup/config-' . $thisbackup['time'] . '.xml') == 0) {
echo "\n";
echo sprintf(gettext('Successfully reverted to timestamp %1$s with description "%2$s".'), date(gettext("n/j/y H:i:s"), $thisbackup['time']), $thisbackup['description']);
@@ -99,7 +98,6 @@ function restore_history_backup($number) {
} else {
echo gettext("Unable to revert to the selected configuration.") . "\n";
}
- conf_mount_ro();
} else {
echo gettext("Restore cancelled.") . "\n";
}
OpenPOWER on IntegriCloud