From d90025639e74f821a4841e5f82cc787da74c197a Mon Sep 17 00:00:00 2001 From: rootzoll Date: Tue, 20 Nov 2018 22:01:51 +0100 Subject: [PATCH] sometimes a reboot helps --- home.admin/10setupBlitz.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home.admin/10setupBlitz.sh b/home.admin/10setupBlitz.sh index 691eb4e..63122f5 100755 --- a/home.admin/10setupBlitz.sh +++ b/home.admin/10setupBlitz.sh @@ -113,8 +113,9 @@ if [ ${mountOK} -eq 1 ]; then echo "UNKOWN STATE - there is blockain data folder, but blockchaind is not running" echo "It seems that something went wrong during sync/download/copy of the blockchain." - echo "If you want start fresh --> sudo rm -r /mnt/hdd/${network}" echo "Or something with the config is not correct." + echo "Sometimes a reboot helps --> sudo shutdown -r now" + exit 1 fi