Update mm-scripts.sh

This commit is contained in:
2023-02-25 17:39:26 -06:00
parent 3368c4c5e6
commit 2951bff3a4

View File

@@ -17,7 +17,7 @@ source /opt/idssys/mediamanager/defaults.inc
if [ "${action}" != "check" ] && [ "${action}" != "update" ] && [ "${2}" != "noup" ]; then if [ "${action}" != "check" ] && [ "${action}" != "update" ] && [ "${2}" != "noup" ]; then
if [ -f ${MMFOLDER}/update.available ]; then if [ -f ${MMFOLDER}/update.available ]; then
dispup="" ${idsCL[LightGreen]}<-- Update Available! (run mm update)${idsCL[Default]}"" dispup=" ${idsCL[LightGreen]}<-- Update Available! (run mm update)${idsCL[Default]}"
else else
dispup="" dispup=""
fi fi