From d1560f13ce37fa8d41751436b4a31e81ff12e15b Mon Sep 17 00:00:00 2001 From: Christian Rotzoll Date: Mon, 1 Jul 2019 01:01:38 +0200 Subject: [PATCH] adding minimal mandatory waiting time --- home.admin/70initLND.sh | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/home.admin/70initLND.sh b/home.admin/70initLND.sh index cfc3933..671b1f0 100755 --- a/home.admin/70initLND.sh +++ b/home.admin/70initLND.sh @@ -118,7 +118,13 @@ if [ ${lndRunning} -eq 0 ]; then sudo systemctl enable lnd sudo systemctl start lnd echo "" - dialog --pause " Starting LND - please wait .." 8 58 120 + echo "waiting ." + sleep 10 + echo "waiting .." + sleep 10 + echo "waiting ..." + sleep 10 + dialog --pause " Starting LND - please wait .." 8 58 90 fi ###### Check LND starting @@ -410,7 +416,13 @@ else echo "OK - LND wallet already exists." fi -dialog --pause " Waiting for LND - please wait .." 8 58 60 +echo "waiting ." +sleep 10 +echo "waiting .." +sleep 10 +echo "waiting ..." +sleep 10 +dialog --pause " Waiting for LND - please wait .." 8 58 30 ############################ # Copy LND macaroons to admin