From 55af6a7fd27eca60e1154d5ab3f8012eb9fd6cef Mon Sep 17 00:00:00 2001 From: rootzoll Date: Sun, 22 Mar 2020 23:34:26 -0700 Subject: [PATCH] #1090 set old version for testing --- home.admin/00settingsMenuServices.sh | 10 +++++----- home.admin/config.scripts/bonus.btcpayserver.sh | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/home.admin/00settingsMenuServices.sh b/home.admin/00settingsMenuServices.sh index 561054c9..f69866ea 100644 --- a/home.admin/00settingsMenuServices.sh +++ b/home.admin/00settingsMenuServices.sh @@ -505,7 +505,7 @@ if [ "${BTCPayServer}" != "${choice}" ]; then echo "BTCPayServer setting changed .." # check if TOR is installed source /mnt/hdd/raspiblitz.conf - if [ "${choice}" = "on" ] && [ "${runBehindTor}" != "on" ]; then + if [ "${choice}" = "on" ] && [ "${runBehindTor}" = "off" ]; then whiptail --title " BTCPayServer needs TOR " --msgbox "\ At the moment the BTCPayServer on the RaspiBlitz needs TOR.\n Please activate TOR in SERVICES first and & let it reboot.\n @@ -518,10 +518,10 @@ Then try activating BTCPayServer again in SERVICES.\n if [ "${choice}" = "on" ]; then if [ ${errorOnInstall} -eq 0 ]; then source /home/btcpay/.btcpayserver/Main/settings.config - whiptail --title " BTCPayServer needs TOR " --msgbox "\ -At the moment the BTCPayServer on the RaspiBlitz needs TOR.\n -Please activate TOR in SERVICES first and then try again.\n -" 11 38 + whiptail --title " Installed BTCPay Server " --msgbox "\ +BTCPay server was installed.\n +Use the new 'BTCPay' entry in Main Menu for more info.\n +" 10 35 else l1="BTCPayServer installation is cancelled" l2="Try again from the menu or install from the terminal with:" diff --git a/home.admin/config.scripts/bonus.btcpayserver.sh b/home.admin/config.scripts/bonus.btcpayserver.sh index c976c8a8..3d4ca12e 100644 --- a/home.admin/config.scripts/bonus.btcpayserver.sh +++ b/home.admin/config.scripts/bonus.btcpayserver.sh @@ -235,8 +235,8 @@ EOF echo "Downloading BTCPayServer source code.." sudo -u btcpay git clone https://github.com/btcpayserver/btcpayserver.git 2>/dev/null cd btcpayserver - # check https://github.com/btcpayserver/btcpayserver/releases - sudo -u btcpay git reset --hard v1.0.3.164 + # check https://github.com/btcpayserver/btcpayserver/releases #v1.0.3.164 + sudo -u btcpay git reset --hard v1.0.3.156 # from the build.sh with path sudo -u btcpay /home/btcpay/dotnet/dotnet build -c Release /home/btcpay/btcpayserver/BTCPayServer/BTCPayServer.csproj