From 6a6db50d7e6c72c113f8faea84a0371852d138b9 Mon Sep 17 00:00:00 2001 From: rootzoll Date: Tue, 27 Nov 2018 16:52:28 +0100 Subject: [PATCH] info on stopping resync selay --- home.admin/00mainMenu.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/home.admin/00mainMenu.sh b/home.admin/00mainMenu.sh index 0748d18..8d54e75 100755 --- a/home.admin/00mainMenu.sh +++ b/home.admin/00mainMenu.sh @@ -14,7 +14,9 @@ if [ ${bootstrapInfoExists} -eq 1 ]; then if [ "${state}" = "presync" ]; then # stopping the pre-sync - echo "Stopping pre-sync ..." + echo "********************************************" + echo "Stopping pre-sync ... pls wait (up to 1min)" + echo "********************************************" sudo systemctl stop bitcoind.service sudo systemctl disable bitcoind.service sudo rm /mnt/hdd/bitcoin/bitcoin.conf