From 8a009d2be6f8ab9e46ea7cfbb6c3c7599b42f2b7 Mon Sep 17 00:00:00 2001 From: Christian Rotzoll Date: Mon, 15 Apr 2019 02:02:18 +0100 Subject: [PATCH] fix dialog --- home.admin/70initLND.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.admin/70initLND.sh b/home.admin/70initLND.sh index 42cf4d584..51c1277d4 100755 --- a/home.admin/70initLND.sh +++ b/home.admin/70initLND.sh @@ -188,7 +188,7 @@ if [ ${walletExists} -eq 0 ]; then ack=0 while [ ${ack} -eq 0 ] do - whiptail --title "IMPORTANT - PLEASE WRITE DOWN" --msgbox "LND Wallet got created. Store these numbered words in a safe location:\n${seedwords6x4}" 8 76 + whiptail --title "IMPORTANT - PLEASE WRITE DOWN" --msgbox "LND Wallet got created. Store these numbered words in a safe location:\n${seedwords6x4}" 12 76 whiptail --title "Please Confirm" --yes-button "Show Again" --no-button "CONTINUE" --yesno " Are you sure that you wrote down the word list?" 8 55 if [ $? -eq 1 ]; then ack=1