From d35169d29379f7f8ced98b133640d872286a6567 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 25 Nov 2023 21:34:48 -0600 Subject: [PATCH] Update status.inc --- inc/status.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/status.inc b/inc/status.inc index 2f26b824..3a2338fb 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -366,9 +366,9 @@ STATUS(){ if [[ -v ${NTYPE}_DOCKERS_CHECK ]] && [ "${ST_ACTION}" != "services" ]; then if [ "${ST_ACTION}" != "check" ]; then echo - echo -e "${idsCL[LightYellow]} Docker Service(s) Status${idsCL[Default]}" + echo -e "${idsCL[Magenta]} Docker Service(s) Status${idsCL[Default]}" # echo -e "${idsCL[LightYellow]}----------------------------------------------------${idsCL[Default]}" - DIVIDER . lightYellow 52 + DIVIDER . magenta 52 fi for docker in "${!dockers}"; do if [ "${NTYPE}" == "WEB" ]; then