Update mm-scripts.sh

This commit is contained in:
2023-03-01 22:06:29 -06:00
parent bfa17fc31b
commit c697bd22d2

View File

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