Update mm-scripts.sh

This commit is contained in:
2023-03-23 22:28:38 -05:00
parent 8142308f6a
commit 77fee3644e

View File

@@ -389,10 +389,6 @@ MMSTOP(){
echo
echo -e "${idsCL[Red]}All services have been stopped${idsCL[Default]}"
echo
getMMbash=$(pgrep -f '/mm')
for i in $getMMbash; do
/bin/kill $i
done
#exit 0
}