mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-10-06 18:12:14 +02:00
fix provision script
This commit is contained in:
@@ -255,8 +255,7 @@ fi
|
|||||||
|
|
||||||
# BTCPAYSERVER - not restored due to need for domain name and port forwarding
|
# BTCPAYSERVER - not restored due to need for domain name and port forwarding
|
||||||
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 -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
|
||||||
|
Reference in New Issue
Block a user