From cf06ce54945ba708c0f62c1dc0742be300e0061e Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 7 May 2023 09:20:17 -0500 Subject: [PATCH] Update mm-scripts.sh --- mm-scripts.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mm-scripts.sh b/mm-scripts.sh index 54f5328..cac7491 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -735,6 +735,9 @@ GETVPNINFO(){ until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done echo -en "${idsCL[LightCyan]}${msg}${spc}${idsCL[White]}: ${idsCL[Green]}${VPN_SERVER}${idsCL[Default]}" + + + } VPNCONFIG(){ @@ -1378,7 +1381,7 @@ USAGE(){ echo echo -e " ${idsCL[Yellow]}cron ${idsCL[Default]}--> Crontab job for maintaining system (run */1 min)" echo -e " ${idsCL[Yellow]}update ${idsCL[Default]}--> Check for and install new MM updates" - echo -e " ${idsCL[Yellow]}clear ${idsCL[Default]}--> Clear all tmp system files, not normally needed" + # echo -e " ${idsCL[Yellow]}clear ${idsCL[Default]}--> Clear all tmp MM system files, not normally needed" echo -e " ${idsCL[Yellow]}setup ${idsCL[Default]}--> Setup/Reconfigure (Network/Services/SSHFS Mount)" echo echo @@ -1398,7 +1401,7 @@ USAGE(){ echo echo -e "${idsCL[White]} Services currently enabled on this system: \n ${idsCL[Default]}(run 'mm setup' to change enabled services)" echo - echo -e " ${idsCL[Cyan]}${srvcscheck}${idsCL[Default]}" + echo -e " ${idsCL[Cyan]}${srvcscheck}${idsCL[Default]}" echo }