diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 35091e5e..5623c811 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -266,8 +266,8 @@ STATUS(){ fi done fi - - if [[ -v ${NTYPE}_DOCKER ]]; then + + if [[ -v ${NTYPE}_DOCKER ]] && [ "${ST_ACTION}" != "services" ]; then if [ "${ST_ACTION}" != "check" ]; then echo echo -e "${idsCL[Yellow]} Docker Service(s) Status${idsCL[Default]}"