Update nodemgmt-scripts.sh

This commit is contained in:
2022-12-31 18:52:34 -06:00
parent 033a8c9380
commit e614820bb8

View File

@@ -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]}"