From 690e2385dea11c1562810eb6eae60327e3c5aadf Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 25 Feb 2023 17:37:36 -0600 Subject: [PATCH] Update mm-scripts.sh --- mm-scripts.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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