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