Fix saving BWT's env vars to the env file (#442)
Followup to #432 after the previous attempt broke the build >_<
This commit is contained in:
@@ -105,6 +105,8 @@ WOOCOMMERCE_HOST=$WOOCOMMERCE_HOST
|
||||
TOR_RELAY_NICKNAME=$TOR_RELAY_NICKNAME
|
||||
TOR_RELAY_EMAIL=$TOR_RELAY_EMAIL
|
||||
EPS_XPUB=$EPS_XPUB" > $BTCPAY_ENV_FILE
|
||||
|
||||
env | grep ^BWT_ >> $BTCPAY_ENV_FILE || true
|
||||
}
|
||||
|
||||
btcpay_up() {
|
||||
|
||||
Reference in New Issue
Block a user