Browse Source

sed fix

master
HMSheets 3 years ago
parent
commit
e96546f446
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      update-NebulaNodeCert

+ 1
- 1
update-NebulaNodeCert View File

@@ -34,7 +34,7 @@ set -- "${POSITIONAL[@]}" # restore positional parameters
#fi

NODENAME=$(${NEBULACERTBINPATH} print -path ${CERTPATH} -json | jq -s .[].details.name | sed 's/["]//g')
NODEIPS=$(${NEBULACERTBINPATH} print -path ${CERTPATH} -json | jq -s --compact-output .[].details.ips | sed 's/[][]"]//g')
NODEIPS=$(${NEBULACERTBINPATH} print -path ${CERTPATH} -json | jq -s --compact-output .[].details.ips | sed 's/[]["]//g')

echo "Node Name: ${NODENAME}"
echo "Node IPs: ${NODEIPS}"

Loading…
Cancel
Save