Update mm-scripts.sh

This commit is contained in:
2025-02-23 15:40:37 -06:00
parent 7074ae43a4
commit ee0a4feb9e

View File

@@ -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