From 2951bff3a443b778ff08cdcc83cb488ede718c1e Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 25 Feb 2023 17:39:26 -0600 Subject: [PATCH] Update mm-scripts.sh --- mm-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mm-scripts.sh b/mm-scripts.sh index 985c62e..b50a443 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -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 mm update)${idsCL[Default]}"" + dispup=" ${idsCL[LightGreen]}<-- Update Available! (run mm update)${idsCL[Default]}" else dispup="" fi