From 35a3a093043596306638e0fba3c1717c46feee35 Mon Sep 17 00:00:00 2001 From: rootzoll Date: Mon, 10 Dec 2018 17:36:26 +0100 Subject: [PATCH] wait longer to stop presync --- home.admin/00mainMenu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.admin/00mainMenu.sh b/home.admin/00mainMenu.sh index 5c3bb0a1b..53db1e651 100755 --- a/home.admin/00mainMenu.sh +++ b/home.admin/00mainMenu.sh @@ -19,7 +19,7 @@ if [ ${bootstrapInfoExists} -eq 1 ]; then echo "********************************************" sudo -u root bitcoin-cli -conf=/home/admin/assets/bitcoin.conf stop echo "bitcoind called to stop .." - sleep 30 + sleep 50 # unmount the temporary mount echo "Unmount HDD .."