From b18089e049b0eb315d88ff0f8bf9f948f7f05d4a Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 1 Mar 2023 22:05:37 -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 a0deba5..ce75dc9 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 '${idsCL[LightCyan]}mm update${idsCL[LightGreen]}')${idsCL[Default]}" else dispup="" fi