Update mm-scripts.sh

This commit is contained in:
2022-01-31 22:11:23 -06:00
parent 3ea7ea0f97
commit 1c1373e65f

View File

@@ -66,7 +66,7 @@ MMSTART(){
echo -e "${idsCL[Green]} done${idsCL[Default]}"
echo -en "${idsCL[LightCyan]}${mmsv} Services... ${idsCL[Default]}"
for srvc in "${SERVICES_CHECK[@]}"; do
/usr/sbin/service ${srvc} start
/bin/systemctl start ${srvc}
done
echo -e "${idsCL[Green]} done${idsCL[Default]}"
if [ "${action}" == "start" ]; then