Explorar el Código

NEWFILENAME var fix

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

+ 1
- 1
update-NebulaNodeCert Ver fichero

@@ -39,7 +39,7 @@ NODEGROUPS=($(${NEBULACERTBINPATH} print -path ${CERTPATH} -json | jq -s --compa
CERTISCASTATUS=$(${NEBULACERTBINPATH} print -path ${CERTPATH} -json | jq -s --compact-output .[].details.isCa)

# Create new file name variable
NEWFILENAME="${NODENAME}-DATETIME"
NEWFILENAME="${NODENAME}-${DATETIME}"

if [[ $CERTISCASTATUS == true ]]; then
echo "Certificate is the root CA Certificate. Try again with a node certificate."


Cargando…
Cancelar
Guardar