updare
This commit is contained in:
@@ -578,7 +578,7 @@ MMSTOP(){
|
||||
touch ${TMPFOLDER}/mm.stop
|
||||
}
|
||||
FULLSTOP(){
|
||||
echo -en "${idsCL[LightCyan]}Stopping background MM scripts... ${idsCL[Default]}"
|
||||
echo -en "${idsCL[LightCyan]}Stopping any background MM scripts still running... ${idsCL[Default]}"
|
||||
getMMbash=$(pgrep -f '/mm') >/dev/null 2>&1
|
||||
for i in ${getMMbash}; do
|
||||
[ ${i} -ne ${BASHPID} ] && /bin/kill -s PIPE ${i} >/dev/null 1>&2
|
||||
|
||||
Reference in New Issue
Block a user