From 3ea7ea0f979920978e7f509e57c33e56bf50ca4c Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 31 Jan 2022 22:10:20 -0600 Subject: [PATCH] Update mm-scripts.sh --- mm-scripts.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mm-scripts.sh b/mm-scripts.sh index bab489a..6bd5838 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -9,7 +9,8 @@ source /opt/idssys/defaults/default.inc source /opt/idssys/settings/mediamanager.conf source /opt/idssys/mediamanager/defaults.inc -if [ "${action}" != "update" ]; then + +if [ "${action}" != "check" ] && [ "${action}" != "update" ]; then echo "" echo -e "${idsCL[LightGreen]} MediaManager ${idsCL[Default]} ${idsCL[DarkGray]}(ver-${VERS})${idsCL[Default]}" DIVIDER . lightGreen