Update status.inc

This commit is contained in:
2023-09-14 19:30:50 -05:00
parent ca37815d08
commit e8e07e573c

View File

@@ -322,7 +322,7 @@ STATUS(){
########################
## DOCKER CHECK
########################
if [[ -v ${NTYPE}_DOCKERS_CHECK ]] && [ "${ST_ACTION}" != "services" ]; then
if [[ -v ${NTYPE}_DOCKERS_CHECK ]] && ([ "${ST_ACTION}" != "services" ] || [ "${ST_ACTION}" != "dockers" ]); then
if [ "${ST_ACTION}" != "check" ]; then
echo
echo -e "${idsCL[Yellow]} Docker Service(s) Status${idsCL[Default]}"