Update nodemgmt-scripts.sh

This commit is contained in:
2022-12-17 10:58:07 -06:00
parent b2d44fa3ea
commit 22e7e73dcf

View File

@@ -505,7 +505,7 @@ CHECK_DOCKER_SERVICES(){
dockers=${NTYPE}_DOCKER[@]
hosts=${NTYPE}_HOSTS[@]
if [ "${dockers}" != "" ]; then
if [ "${!dockers}" != "" ]; then
if [ "${ST_ACTION}" != "check" ]; then
echo -e "${idsST[Bold]}"; DIVIDER
echo -e "${idsCL[Yellow]} ${NM_NODETYPES[$NTYPE]}-Node Docker Service(s) Status${idsCL[Default]}"