Update status.inc

This commit is contained in:
2023-11-25 20:43:37 -06:00
parent f78127e3ce
commit 06c0780863

View File

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