Browse Source

Fixes

reliable-tor-hs
Luke Childs 4 years ago
parent
commit
69226137d0
  1. 2
      scripts/configure
  2. 2
      scripts/update/.updateinclude

2
scripts/configure

@ -296,7 +296,7 @@ if [[ "$BITCOIN_NETWORK" == "mainnet" ]] && [[ ! -f "${STATUS_DIR}/node-status-b
fi
# TODO: Update all the above code to use this simpler logic
for template in "${NGINX_CONF_FILE}" "${BITCOIN_CONF_FILE}" "${LND_CONF_FILE}" "${TOR_CONF_FILE}" "${UMBREL_TOR_CONF_FILE}" "${ELECTRS_CONF_FILE}" "${ENV_FILE}"; do
for template in "${NGINX_CONF_FILE}" "${BITCOIN_CONF_FILE}" "${LND_CONF_FILE}" "${APPS_TOR_CONF_FILE}" "${UMBREL_TOR_CONF_FILE}" "${ELECTRS_CONF_FILE}" "${ENV_FILE}"; do
# Umbrel
sed -i "s/<network-ip>/${NETWORK_IP}/g" "${template}"
sed -i "s/<gateway-ip>/${GATEWAY_IP}/g" "${template}"

2
scripts/update/.updateinclude

@ -1,5 +1,5 @@
.env
bitcoin/bitcoin.conf
tor/torrc
tor/torrc-apps
tor/torrc-umbrel
electrs/electrs.toml

Loading…
Cancel
Save