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