From c697bd22d2bc35cec9992750c8e3167510ec41ef Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 1 Mar 2023 22:06:29 -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 d939984..6c27a92 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 '${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