Update status.inc

This commit is contained in:
2023-11-25 21:34:48 -06:00
parent afd734aba8
commit d35169d293

View File

@@ -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