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 }