diff --git a/mm-scripts.sh b/mm-scripts.sh index 83dfb54..b9600a6 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -561,10 +561,11 @@ if [ ! -f ${MMFOLDER}/mm.update.stop ]; then echo -e " ${idsCL[Yellow]}start${idsCL[Default]} --> Start services" echo -e " ${idsCL[Yellow]}stop${idsCL[Default]} --> Stop services" echo -e " ${idsCL[Yellow]}restart${idsCL[Default]} --> Restart services" - echo -e " ${idsCL[Yellow]}check${idsCL[Default]} --> Crontab job to maintain VPN and services, run */1 min)" echo -e " ${idsCL[Yellow]}status${idsCL[Default]} --> View VPN and service status" - echo -e " ${idsCL[Yellow]}update${idsCL[Default]} --> Check for and install new updates" + + echo -e " ${idsCL[Yellow]}check${idsCL[Default]} --> Crontab job to maintain VPN and services, run */1 min)" echo -e " ${idsCL[Yellow]}clear${idsCL[Default]} --> Clear all tmp files" + echo -e " ${idsCL[Yellow]}update${idsCL[Default]} --> Check for and install new updates" echo "" echo "" exit 0;;