This commit is contained in:
2024-06-13 18:40:06 -05:00
parent 6253a68558
commit 7b0edb5779
2 changed files with 2 additions and 2 deletions

View File

@@ -658,7 +658,7 @@ STATUS_NODE(){
########################
if [[ -v ${NODETYPE}_DOCKERS_CHECK ]] && [ "${STATUS_ACTION}" != "services" ]; then
if [ "${STATUS_ACTION}" != "check" ]; then
[ "${STATUS_ACTION}" == "" ] && [ "${NM_SERVICES_CHECK[${NODETYPE}]}" != "" ] && echo
[ "${NM_SERVICES_CHECK[${NODETYPE}]}" != "" ] && echo
echo -e "${idsCL[Green]} Docker Service(s) Status${idsCL[Default]}"
DIVIDER false green ${SV_LEN}
fi