From e614820bb850dcae1d6eefa9026d2699062a604b Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 31 Dec 2022 18:52:34 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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]}"