From 9de6b5e4d7f9bc40e2728b88e5e99ba83e2d1c44 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 22 Apr 2023 15:18:32 -0500 Subject: [PATCH] Update mm-scripts.sh --- mm-scripts.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mm-scripts.sh b/mm-scripts.sh index c089250..e46fe03 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -36,6 +36,12 @@ cw_spc=40 MMSTART(){ [ $VERBOSE = true ] && chktmstart=`date +%s` + if [ "${1}" == "check" ] && [ "${2}" == "q" ]; then + unset idsCL idsBG idsST + idsCL=('') + idsBG=('') + idsST=('') + fi if [ "${1}" = "start" ] || [ "${1}" = "restart" ] || [ "${1}" = "" ]; then GOFORSTART=true;