From 955db904d8d8aa32619b02866094e1c84d5efd3c Mon Sep 17 00:00:00 2001 From: Christian Rotzoll Date: Wed, 25 Nov 2020 14:49:50 +0100 Subject: [PATCH] #1801 update electrs (#1804) --- home.admin/00settingsMenuServices.sh | 1 + home.admin/config.scripts/bonus.electrs.sh | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/home.admin/00settingsMenuServices.sh b/home.admin/00settingsMenuServices.sh index 109c1044c..7292bc78e 100755 --- a/home.admin/00settingsMenuServices.sh +++ b/home.admin/00settingsMenuServices.sh @@ -191,6 +191,7 @@ The index database needs to be created before Electrum Server can be used.\n This can take hours/days depending on your RaspiBlitz. Monitor the progress on the LCD.\n When finished use the new 'ELECTRS' entry in Main Menu for more info.\n " 14 50 + needsReboot=1 else l1="!!! FAIL on ElectRS install !!!" l2="Try manual install on terminal after reboot with:" diff --git a/home.admin/config.scripts/bonus.electrs.sh b/home.admin/config.scripts/bonus.electrs.sh index 27c795491..3d5428158 100755 --- a/home.admin/config.scripts/bonus.electrs.sh +++ b/home.admin/config.scripts/bonus.electrs.sh @@ -135,7 +135,7 @@ if [ "$1" = "menu" ]; then The electrum system service is not running. Please check the following debug info. " 8 48 - /home/admin/XXdebugInfo.sh + /home/admin/XXdebugLogs.sh echo "Press ENTER to get back to main menu." read key exit 0 @@ -282,7 +282,7 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then echo "" sudo -u electrs git clone https://github.com/romanz/electrs cd /home/electrs/electrs - sudo -u electrs git reset --hard v0.8.5 + sudo -u electrs git reset --hard v0.8.6 sudo -u electrs /home/electrs/.cargo/bin/cargo build --release echo ""