Ver a proveniência

fixed bash vars

master
HMSheets há 3 anos
ascendente
cometimento
07512e9744
1 ficheiros alterados com 2 adições e 2 eliminações
  1. +2
    -2
      update-NebulaNodeCert

+ 2
- 2
update-NebulaNodeCert Ver ficheiro

@@ -33,8 +33,8 @@ set -- "${POSITIONAL[@]}" # restore positional parameters
# echo "IP Address = ${IPADDRESS}"
#fi

NODENAME = ./nebula-cert print -path ${CERTPATH} -json | jq -s .[].details.name
NODEIPS = ./nebula-cert print -path ${CERTPATH} -json | jq -s .[].details.ips
$NODENAME = ./nebula-cert print -path ${CERTPATH} -json | jq -s .[].details.name
$NODEIPS = ./nebula-cert print -path ${CERTPATH} -json | jq -s .[].details.ips

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

Carregando…
Cancelar
Guardar