Browse Source

Prevent unbound variable error (#297)

Co-authored-by: Nicolas Schneider <nioncode+github@gmail.com>
txindex
Luke Childs 4 years ago
parent
commit
046a067f78
  1. 2
      scripts/configure

2
scripts/configure

@ -58,7 +58,7 @@ if [[ -f "${STATUS_DIR}/configured" ]]; then
else
echo "============ CONFIGURING ============="
fi
echo "========= UMBREL (${NETWORK}) ==========="
echo "========= UMBREL (${BITCOIN_NETWORK}) ==========="
echo "======================================"
echo

Loading…
Cancel
Save