From 53e0222326982c510e39a6029609f8333ab36dda Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 21 Apr 2023 21:23:54 -0500 Subject: [PATCH] Update mm-scripts.sh --- mm-scripts.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mm-scripts.sh b/mm-scripts.sh index 1e56d83..f87ebbe 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -845,6 +845,8 @@ MMSETUP(){ read -n 1 -p "This will reset the config, do you wish to continue (y/N)?" choice case "$choice" in [Yy]) + echo + MMSTOP echo echo -en "${idsCL[LightCyan]}Resetting config ... ${idsCL[Default]}" sed -i '/SERVICESCHECK/d' ${MMFOLDER}/settings.conf @@ -949,6 +951,7 @@ USAGE(){ echo -e " ${idsCL[Yellow]}check${idsCL[Default]} --> Crontab job for maintaining VPN & Media 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 -e " ${idsCL[Yellow]}setup${idsCL[Default]} --> Setup/Reconfigure Settings" echo "" echo "" }