From 4047fc02a0b5ab01eba376d1ffdb74e4958efcae Mon Sep 17 00:00:00 2001 From: jim-p Date: Wed, 19 Jul 2017 08:40:34 -0400 Subject: Shorten initial menu text --- release/rc.local | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release/rc.local b/release/rc.local index d0b08c5..e6ceb30 100755 --- a/release/rc.local +++ b/release/rc.local @@ -74,10 +74,10 @@ fi IOPTS="\ \"Install\" \"Install pfSense\" \ -\"Rescue Shell\" \"Launch a shell prompt to perform rescue operations\"" +\"Rescue Shell\" \"Launch a shell for rescue operations\"" if [ -x /root/recover_configxml.sh ] ; then - IOPTS="${IOPTS} \"Recover config.xml\" \"Recover config.xml from a previous installation\"" + IOPTS="${IOPTS} \"Recover config.xml\" \"Recover config.xml from a previous install\"" fi exec 3>&1 -- cgit v1.1