Update nodemgmt-scripts.sh

This commit is contained in:
2023-04-27 09:18:43 -05:00
parent 4ed9859a79
commit 0c08802f3b

View File

@@ -174,7 +174,7 @@ STATUS(){
fi
if [ "${ST_ACTION}" != "dockers" ]; then
srvcs=${!${NTYPE}_SERVICES_CHECK[@]}
srvcs=${!(${NTYPE}_SERVICES_CHECK[@])}
srvcstotest="$(join_by " " ${srvcs})"
echo "$nip - $srvcstotest"