Update mm-scripts.sh
This commit is contained in:
@@ -198,7 +198,10 @@ MMSTOP(){
|
|||||||
echo
|
echo
|
||||||
touch /opt/mm.stop
|
touch /opt/mm.stop
|
||||||
echo -en "${idsCL[LightCyan]}Stopping Services... ${idsCL[Default]}"
|
echo -en "${idsCL[LightCyan]}Stopping Services... ${idsCL[Default]}"
|
||||||
for srvc in "${SERVICES_CHECK[@]}"; do
|
//for srvc in "${SERVICES_CHECK[@]}"; do
|
||||||
|
for i in "${!NM_SERVICES[@]}"; do
|
||||||
|
srvc=${NM_SERVICES[$i]}
|
||||||
|
echo "stopping $srvc - ($i)"
|
||||||
/bin/systemctl stop ${srvc} &
|
/bin/systemctl stop ${srvc} &
|
||||||
done
|
done
|
||||||
checked=false
|
checked=false
|
||||||
|
|||||||
Reference in New Issue
Block a user