Abort with EX_UNAVAILABLE if initial update fails

pull/1046/head
Eugene Kim 6 years ago
parent a0d90a208b
commit 4eb53a7782
  1. 2
      scripts/node.sh

@ -157,7 +157,7 @@ download_binaries() {
(cd "${outdir}" && exec openssl sha256 "${BIN[@]}") > "${outdir}/checksums.txt" (cd "${outdir}" && exec openssl sha256 "${BIN[@]}") > "${outdir}/checksums.txt"
} }
download_binaries # for the first time download_binaries || err 69 "initial node software update failed"
NODE_PORT=9000 NODE_PORT=9000
PUB_IP= PUB_IP=

Loading…
Cancel
Save