Update nodemgmt-scripts.sh

This commit is contained in:
2023-04-27 09:15:48 -05:00
parent 0e232a76ed
commit 333b081ca2

View File

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