Update nodemgmt-scripts.sh

This commit is contained in:
2023-04-27 09:18:04 -05:00
parent 333b081ca2
commit 4ed9859a79

View File

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