From 3ae46eefbdbe03020b91146d98c1a6dbdf616089 Mon Sep 17 00:00:00 2001 From: lza_menace Date: Sat, 21 Dec 2024 20:59:27 -0800 Subject: [PATCH] no longer setting up wallet automatically --- cloud-init.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cloud-init.sh b/cloud-init.sh index 33db955..aa0c123 100644 --- a/cloud-init.sh +++ b/cloud-init.sh @@ -146,7 +146,7 @@ server { proxy_buffering off; } - location /tor { + location /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 # 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 "\nYou may now setup your BTCPayServer at ${BTCPAY_HOST}" \ No newline at end of file