Update status.inc

This commit is contained in:
2023-11-25 21:36:11 -06:00
parent d35169d293
commit 88493f7460

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