This commit is contained in:
2023-07-09 15:41:00 -05:00
parent e4bd4d6ef5
commit 3a7bae4611
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
VERS='3.9.6-07092023'
VERS='3.9.10-07092023'
MMFOLDER="/opt/idssys/mediamanager"
TMPFOLDER="${MMFOLDER}/.tmp"

View File

@@ -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