From 2e44f86e4a8331013ce4beb4a4131df14171ffa9 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 22 Nov 2025 21:08:24 -0600 Subject: [PATCH] Update mm-scripts.sh --- mm-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mm-scripts.sh b/mm-scripts.sh index f9584ff..0fd1826 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -967,7 +967,7 @@ UPDATESERVICE(){ [ ! -d /opt/${usrvc^} ] && [[ " ${SERVICES_CHECK[*]} " =~ " ${usrvc} " ]] && INSTALLSRVC=true if [ "${INSTALLSRVC}" == "true" ] || [ "${!cver}" != "${latest_ver}" ] || [ "${3}" == "-f" ]; then - [ "${3}" == "-f" ] && echo -e "${idsCL[LightCyan]}Update Not Needed, forcing anyway${idsCL[Default]}" || echo -e "${idsCL[Green]}Update Available (${latest_ver} > ${!cver})${idsCL[Default]}" + [ "${3}" == "-f" ] && echo -e "${idsCL[LightCyan]}Update Not Needed, forcing anyway${idsCL[Default]}" || echo -e "${idsCL[Green]}Update Available (${!cver} > ${latest_ver})${idsCL[Default]}" # rm -f ${LOGFOLDER}/update.${usrvc} touch ${LOGFOLDER}/update.${usrvc}