Update mm-scripts.sh

This commit is contained in:
2022-01-23 17:38:58 -06:00
parent c2ae994f19
commit 639290dad6

View File

@@ -75,11 +75,12 @@ MMSTART(){
MMSTOP(){
if [ -f /opt/mm.stop ]; then
echo -e "${idsCL[Yellow]}The system is already stopped${idsCL[Default]}"
echo
exit 0
else
echo -e "${idsCL[LightCyan]}Stopping Services...${idsCL[Default]}"
echo
fi
echo
for srvc in "${SERVICES_CHECK[@]}"; do
/usr/sbin/service ${srvc} stop &
done