From 829d964589ca63800bbd208cb5a374394b1a6f12 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 26 Feb 2023 22:04:34 -0600 Subject: [PATCH] Update mm-scripts.sh --- mm-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mm-scripts.sh b/mm-scripts.sh index b9600a6..12b9a3f 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -562,7 +562,7 @@ if [ ! -f ${MMFOLDER}/mm.update.stop ]; then echo -e " ${idsCL[Yellow]}stop${idsCL[Default]} --> Stop services" echo -e " ${idsCL[Yellow]}restart${idsCL[Default]} --> Restart services" echo -e " ${idsCL[Yellow]}status${idsCL[Default]} --> View VPN and service status" - + echo 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"