Update mm-scripts.sh

This commit is contained in:
2023-05-29 22:20:26 -05:00
parent 49323bdfa9
commit c88ad0f76b

View File

@@ -559,7 +559,7 @@ FULLSTOP(){
echo -en "${idsCL[LightCyan]}Stopping background MM scripts... ${idsCL[Default]}"
getMMbash=$(pgrep -f '/mm')
for i in $getMMbash; do
/bin/kill $i
/bin/kill $i &
done
echo -e "${idsCL[Green]}Done${idsCL[Default]}"
}
@@ -1464,7 +1464,7 @@ if [ ! -f ${TMPFOLDER}/mm.update.stop ]; then
test) TEST;;
stop)
MMSTOP
FULLSTOP
FULLSTOP &
;;
start | check)
if [ -f ${TMPFOLDER}/mm.stop ] && [ "${action}" == "check" ]; then