diff --git a/defaults.inc b/defaults.inc index e321b75..90ef409 100755 --- a/defaults.inc +++ b/defaults.inc @@ -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" diff --git a/mm-scripts.sh b/mm-scripts.sh index 7e26468..049ce62 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -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