From dc3b76e4351c3122caeb2b30ba2722d0b89622e4 Mon Sep 17 00:00:00 2001 From: rootzoll Date: Wed, 16 Jan 2019 19:46:01 +0100 Subject: [PATCH] ui fix --- home.admin/10setupBlitz.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/home.admin/10setupBlitz.sh b/home.admin/10setupBlitz.sh index da70300..b579fb6 100755 --- a/home.admin/10setupBlitz.sh +++ b/home.admin/10setupBlitz.sh @@ -101,8 +101,7 @@ fi #end - when lighting is running bitcoinRunning=$(systemctl status ${network}d.service 2>/dev/null | grep -c running) if [ ${bitcoinRunning} -eq 0 ]; then # double check - echo "${network} is not running - double checking - wait 120secs" - sleep 120 + dialog --pause " Double checking for ${network}d - please wait .." 8 58 120 bitcoinRunning=$(${network}-cli getblockchaininfo | grep "initialblockdownload" -c) else echo "${network} is running"