Update mm-scripts.sh

This commit is contained in:
2022-01-31 22:07:52 -06:00
parent 6ac7b33eeb
commit 2d3e3a3828

View File

@@ -68,7 +68,10 @@ MMSTART(){
/usr/sbin/service start ${srvc}
done
echo -e "${idsCL[Green]} done${idsCL[Default]}"
echo -en "${idsCL[LightCyan]}${mmsv}In may take a couple of minutes before all systems fully start up${idsCL[Default]}"
if [ "${action}" == "start" ]; then
echo -e "${idsCL[LightCyan]}It may take a couple of minutes before all systems fully start up${idsCL[Default]}"
echo
fi
rm -f /opt/mm.stop
rm -f /opt/mm.vpn.fail*
echo