From ee0a4feb9ec8832ebf8fb9d40ea1e005329d5018 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 23 Feb 2025 15:40:37 -0600 Subject: [PATCH] Update mm-scripts.sh --- mm-scripts.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mm-scripts.sh b/mm-scripts.sh index 21f4999..94ac0da 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -481,7 +481,7 @@ MMSTART(){ else echo -e "${idsCL[LightYellow]}Skipping${idsCL[Default]}" fi - echo + [ "${2}" != "q" ] && [ "${2}" != "qq" ] && echo if [ "${1}" == "start" ] || [ "${1}" == "restart" ]; then #echo -e "${idsCL[LightCyan]}It may take a couple of minutes before all services fully start${idsCL[Default]}" @@ -497,7 +497,7 @@ MMSTART(){ echo -e "${idsCL[Green]}All systems are go!${idsCL[Default]}" fi - echo + [ "${2}" != "q" ] && [ "${2}" != "qq" ] && echo [ $VERBOSE = true ] && DEBUGLOGSTOP