summaryrefslogtreecommitdiffstats
path: root/etc/rc.restore_config_backup
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2011-11-22 12:51:37 -0500
committerjim-p <jimp@pfsense.org>2011-11-22 12:51:37 -0500
commit45e4510bb89367db5734241ca7c34531c91ac675 (patch)
tree9052538f32b8756cd3506e4a0abbd7605db9dabf /etc/rc.restore_config_backup
parent7d7ce752d88f7723ce1784b061e23f3dc8548982 (diff)
downloadpfsense-45e4510bb89367db5734241ca7c34531c91ac675.zip
pfsense-45e4510bb89367db5734241ca7c34531c91ac675.tar.gz
Fix exec bit; Add short message about maybe needing to reboot/restart services.
Diffstat (limited to 'etc/rc.restore_config_backup')
-rwxr-xr-x[-rw-r--r--]etc/rc.restore_config_backup2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.restore_config_backup b/etc/rc.restore_config_backup
index 2950e5c..483fc37 100644..100755
--- a/etc/rc.restore_config_backup
+++ b/etc/rc.restore_config_backup
@@ -73,7 +73,7 @@ function restore_history_backup($number) {
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']);
- echo "\n\n";
+ echo "\n" . gettext("You may need to reboot the firewall or restart services before the restored configuration is fully active.") . "\n\n";
} else {
echo gettext("Unable to revert to the selected configuration.") . "\n";
}
OpenPOWER on IntegriCloud