mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-27 20:16:22 +02:00
#214 add provision info on BTCPay
This commit is contained in:
@@ -257,6 +257,7 @@ fi
|
|||||||
if [ "${BTCPayServer}" = "on" ]; then
|
if [ "${BTCPayServer}" = "on" ]; then
|
||||||
if [ "${runBehindTor}" = "on" ] && [ "${BTCPayDomain}" = "localhost" ]; then
|
if [ "${runBehindTor}" = "on" ] && [ "${BTCPayDomain}" = "localhost" ]; then
|
||||||
echo "Provisioning BTCPAYSERVER on TOR - run config script" >> ${logFile}
|
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
|
sudo -u admin /home/admin/config.scripts/bonus.btcpayserver.sh on tor >> ${logFile} 2>&1
|
||||||
else
|
else
|
||||||
# provisioning non-TOR BTCPayServer is not supported yet - needs manual reinstall
|
# provisioning non-TOR BTCPayServer is not supported yet - needs manual reinstall
|
||||||
|
Reference in New Issue
Block a user