From 71da048e81d3bd2c62936e116aeff1f3f335162c Mon Sep 17 00:00:00 2001 From: hms Date: Wed, 3 Feb 2021 14:30:01 -0800 Subject: [PATCH] modified ip jq filter --- update-NebulaNodeCert | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-NebulaNodeCert b/update-NebulaNodeCert index 3485d71..9df3fde 100644 --- a/update-NebulaNodeCert +++ b/update-NebulaNodeCert @@ -34,7 +34,7 @@ set -- "${POSITIONAL[@]}" # restore positional parameters #fi NODENAME=$(${NEBULACERTBINPATH} print -path ${CERTPATH} -json | jq -s .[].details.name) -NODEIPS=$(${NEBULACERTBINPATH} print -path ${CERTPATH} -json | jq -s .[].details.ips) +NODEIPS=$(${NEBULACERTBINPATH} print -path ${CERTPATH} -json | jq -s --compact-output .[].details.ips) echo "Node Name: ${NODENAME}" echo "Node IPs: ${NODEIPS}" \ No newline at end of file