From 3368c4c5e6b47346111dad89b548144fae6099b1 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 25 Feb 2023 17:38:47 -0600 Subject: [PATCH] Update mm-scripts.sh --- mm-scripts.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/mm-scripts.sh b/mm-scripts.sh index 34ab94f..985c62e 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -16,13 +16,12 @@ source /opt/idssys/mediamanager/settings.conf source /opt/idssys/mediamanager/defaults.inc if [ "${action}" != "check" ] && [ "${action}" != "update" ] && [ "${2}" != "noup" ]; then - echo " ${idsCL[LightGreen]}<-- Update Available! (run mm update)${idsCL[Default]}" if [ -f ${MMFOLDER}/update.available ]; then - dispup="" + dispup="" ${idsCL[LightGreen]}<-- Update Available! (run mm update)${idsCL[Default]}"" else - + dispup="" fi - echo -e "${idsCL[LightGreen]} MediaManager ${idsCL[Default]} ${idsCL[DarkGray]}(ver-${VERS})${idsCL[Default]}" + echo -e "${idsCL[LightGreen]} MediaManager ${idsCL[Default]} ${idsCL[DarkGray]}(ver-${VERS})${dispup}${idsCL[Default]}" DIVIDER . lightGreen fi