Update mm-scripts.sh

This commit is contained in:
2024-09-30 20:30:43 -05:00
parent 9b2a7e25d8
commit 99d8fbdddc

View File

@@ -600,9 +600,10 @@ MMSTOP(){
rm -f ${TMPFOLDER}/mm.stop.checking
echo "$(date) - MM/VPN systems STOPPED" >> ${MM_LOGFILE}
echo
echo -e "${idsCL[Red]}All services have been stopped${idsCL[Default]}"
if [ "${SERVICESCHECK}" != "" ]; then
echo
echo -e "${idsCL[Red]}All services have been stopped${idsCL[Default]}"
fi
echo
touch ${TMPFOLDER}/mm.stop
}