no longer setting up wallet automatically

master
lza_menace 4 days ago
parent 019b0ac31c
commit 3ae46eefbd

@ -146,7 +146,7 @@ server {
proxy_buffering off; proxy_buffering off;
} }
location /tor { location /tor/ {
alias /var/www/tor/; alias /var/www/tor/;
} }
@ -182,7 +182,5 @@ sed -i 's/# server_names_hash_bucket_size.*/server_names_hash_bucket_size 128;/'
service nginx start service nginx start
# Final output # Final output
echo -e "\n\n[+] Wallet seed details"
cat /opt/btcpay/data/wallet/init.log
echo -e "\nOnion site for BTCPayServer: $(cat /var/lib/tor/btcpayserver/hostname)" echo -e "\nOnion site for BTCPayServer: $(cat /var/lib/tor/btcpayserver/hostname)"
echo -e "\nYou may now setup your BTCPayServer at ${BTCPAY_HOST}" echo -e "\nYou may now setup your BTCPayServer at ${BTCPAY_HOST}"
Loading…
Cancel
Save