Update mm-scripts.sh

This commit is contained in:
2022-01-31 22:05:24 -06:00
parent 4b6401e47f
commit 6ac7b33eeb

View File

@@ -65,9 +65,10 @@ MMSTART(){
echo -e "${idsCL[Green]} done${idsCL[Default]}"
echo -en "${idsCL[LightCyan]}${mmsv} Services... ${idsCL[Default]}"
for srvc in "${SERVICES_CHECK[@]}"; do
/bin/systemctl start ${srvc}
/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]}"
rm -f /opt/mm.stop
rm -f /opt/mm.vpn.fail*
echo