Explorar el Código

modified sed strip for ips

master
HMSheets hace 3 años
padre
commit
08a86193b0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      update-NebulaNodeCert

+ 1
- 1
update-NebulaNodeCert Ver fichero

@@ -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}"

Cargando…
Cancelar
Guardar