From ee2e4f2ce0203a2e48a96973e4226bbca673b7ed Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 25 Mar 2023 10:46:53 -0500 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 9a49290..6961161 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -18,7 +18,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[Yellow]} - Update Available! (run '${idsCL[LightCyan]}mm update${idsCL[Yellow]}')${idsCL[Default]}" else dispup="" fi