Update nodemgmt-scripts.sh

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

View File

@@ -267,7 +267,7 @@ STATUS(){
done done
fi fi
if [[ -v ${NTYPE}_DOCKER ]]; then if [[ -v ${NTYPE}_DOCKER ]] && [ "${ST_ACTION}" != "services" ]; then
if [ "${ST_ACTION}" != "check" ]; then if [ "${ST_ACTION}" != "check" ]; then
echo echo
echo -e "${idsCL[Yellow]} Docker Service(s) Status${idsCL[Default]}" echo -e "${idsCL[Yellow]} Docker Service(s) Status${idsCL[Default]}"