From 8c25dd18c07ab40dcea690213183f2286ea14aed Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Sun, 20 Nov 2016 16:23:34 +0100 Subject: [PATCH] rc: align console menu for new motd --- src/etc/rc.initial | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/src/etc/rc.initial b/src/etc/rc.initial index fc316ab23..4e455ba92 100755 --- a/src/etc/rc.initial +++ b/src/etc/rc.initial @@ -26,15 +26,13 @@ while : ; do set -e echo - -echo " 0) Logout 7) Ping host" -echo " 1) Assign Interfaces 8) Shell" -echo " 2) Set interface(s) IP address 9) pfTop" -echo " 3) Reset the root password 10) Filter Logs" -echo " 4) Reset to factory defaults 11) Restart web interface" -echo " 5) Power off system 12) Upgrade from console" -echo " 6) Reboot system 13) Restore a configuration" - +echo " 0) Logout 7) Ping host" +echo " 1) Assign Interfaces 8) Shell" +echo " 2) Set interface(s) IP address 9) pfTop" +echo " 3) Reset the root password 10) Filter Logs" +echo " 4) Reset to factory defaults 11) Restart web interface" +echo " 5) Power off system 12) Upgrade from console" +echo " 6) Reboot system 13) Restore a configuration" echo read -p "Enter an option: " OPCODE echo