mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-26 19:47:05 +02:00
#214 add provision info on BTCPay
This commit is contained in:
@@ -257,6 +257,7 @@ fi
|
||||
if [ "${BTCPayServer}" = "on" ]; then
|
||||
if [ "${runBehindTor}" = "on" ] && [ "${BTCPayDomain}" = "localhost" ]; then
|
||||
echo "Provisioning BTCPAYSERVER on TOR - run config script" >> ${logFile}
|
||||
sudo sed -i "s/^message=.*/message='Setup BTCPay (takes time)'/g" ${infoFile}
|
||||
sudo -u admin /home/admin/config.scripts/bonus.btcpayserver.sh on tor >> ${logFile} 2>&1
|
||||
else
|
||||
# provisioning non-TOR BTCPayServer is not supported yet - needs manual reinstall
|
||||
|
Reference in New Issue
Block a user