diff --git a/etc/rc.initial b/etc/rc.initial index deb4d193f2..6a666fb1bb 100755 --- a/etc/rc.initial +++ b/etc/rc.initial @@ -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)