Fix initial console menu layout, it fixes #3884

This commit is contained in:
Renato Botelho 2014-10-14 12:23:01 -05:00
parent b907136c28
commit 5a42d9ef42
1 changed files with 9 additions and 12 deletions

View File

@ -81,15 +81,15 @@ fi
# display a cheap menu
echo ""
echo " 0) Logout (SSH only) 8) Shell"
echo " 1) Assign Interfaces 9) pfTop"
echo " 2) Set interface(s) IP address 10) Filter Logs"
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 15) Restore recent configuration"
echo " 17) Restart PHP-FPM "
echo " 0) Logout (SSH only) 9) pfTop"
echo " 1) Assign Interfaces 10) Filter Logs"
echo " 2) Set interface(s) IP address 11) Restart webConfigurator"
echo " 3) Reset webConfigurator password 12) ${product} Developer Shell"
echo " 4) Reset to factory defaults 13) Upgrade from console"
echo " 5) Reboot system ${sshd_option}"
echo " 6) Halt system 15) Restore recent configuration"
echo " 7) Ping host 16) Restart PHP-FPM"
echo " 8) Shell"
echo " ${option98} "
if [ "${option99}" != "" ]; then
@ -151,9 +151,6 @@ case ${opmode} in
/etc/rc.restore_config_backup
;;
16)
/etc/rc.banner
;;
17)
/etc/rc.php-fpm_restart
;;
98)