From 88493f7460de1a0cb549b503d8b3a1eba783fa87 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 25 Nov 2023 21:36:11 -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 3a2338fb..1251ab7f 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[Magenta]} Docker Service(s) Status${idsCL[Default]}" + echo -e "${idsCL[LightBlue]} Docker Service(s) Status${idsCL[Default]}" # echo -e "${idsCL[LightYellow]}----------------------------------------------------${idsCL[Default]}" - DIVIDER . magenta 52 + DIVIDER . lightBlue 52 fi for docker in "${!dockers}"; do if [ "${NTYPE}" == "WEB" ]; then