From 1289c0c17c38048b3f3fa18ff4a0f5a3d3533fdd Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Wed, 12 Oct 2016 15:49:43 -0300 Subject: Remove all calls to conf_mount_r* functions --- src/etc/rc.restore_config_backup | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/etc/rc.restore_config_backup') 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"; } -- cgit v1.1