From 9dbd94f105aa2fbd55db26e5369eb2417561213f Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 31 Oct 2022 21:53:45 -0500 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 8dc125e..3debbb0 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -12,7 +12,7 @@ source /opt/idssys/defaults/default.inc source /opt/idssys/settings/mediamanager.conf source /opt/idssys/mediamanager/defaults.inc -if [ "${action}" != "check" ] && [ "${action}" != "update" ]; then +if [ "${action}" != "check" ] && [ "${action}" != "update" ] && [ "${2}" != "noup" ]; then echo "" echo -e "${idsCL[LightGreen]} MediaManager ${idsCL[Default]} ${idsCL[DarkGray]}(ver-${VERS})${idsCL[Default]}" DIVIDER . lightGreen