mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Add the config history restore script to the console menu.
This commit is contained in:
parent
769891b5a4
commit
133bd2b285
@ -90,7 +90,8 @@ echo " 3) Reset webConfigurator password 11) Restart webConfigurator"
|
||||
echo " 4) Reset to factory defaults 12) ${product} Developer Shell"
|
||||
echo " 5) Reboot system 13) Upgrade from console"
|
||||
echo " 6) Halt system ${sshd_option}"
|
||||
echo " 7) Ping host ${option98}"
|
||||
echo " 7) Ping host 15) Restore recent configuration"
|
||||
echo " ${option98}"
|
||||
|
||||
if [ "${option99}" != "" ]; then
|
||||
/bin/echo "${option99}"
|
||||
@ -148,6 +149,9 @@ case ${opmode} in
|
||||
php -f /etc/rc.initial.toggle_sshd
|
||||
;;
|
||||
15)
|
||||
/etc/rc.restore_config_backup
|
||||
;;
|
||||
16)
|
||||
/etc/rc.banner
|
||||
;;
|
||||
98)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user