diff --git a/mm-scripts.sh b/mm-scripts.sh index 18d7395..34ab94f 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -16,7 +16,12 @@ source /opt/idssys/mediamanager/settings.conf source /opt/idssys/mediamanager/defaults.inc if [ "${action}" != "check" ] && [ "${action}" != "update" ] && [ "${2}" != "noup" ]; then - echo "" + echo " ${idsCL[LightGreen]}<-- Update Available! (run mm update)${idsCL[Default]}" + if [ -f ${MMFOLDER}/update.available ]; then + dispup="" + else + + fi echo -e "${idsCL[LightGreen]} MediaManager ${idsCL[Default]} ${idsCL[DarkGray]}(ver-${VERS})${idsCL[Default]}" DIVIDER . lightGreen fi