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