#214 add provision info on BTCPay

This commit is contained in:
rootzoll
2020-01-28 19:43:55 +01:00
parent f10d6402e0
commit 93558fe633

View File

@@ -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