From 4e3d9c8e31f0fa583db1587e1082829059a1935f Mon Sep 17 00:00:00 2001 From: Christian Rotzoll Date: Thu, 25 Apr 2019 00:07:48 +0200 Subject: [PATCH] infobox parameters --- home.admin/80scanLND.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/home.admin/80scanLND.sh b/home.admin/80scanLND.sh index f6ab66fa2..e85fb16d7 100755 --- a/home.admin/80scanLND.sh +++ b/home.admin/80scanLND.sh @@ -105,10 +105,15 @@ elif [ ${lndActive} -eq 0 ] || [ ${#lndErrorFull} -gt 0 ]; then # if LND wallet is locked elif [ ${walletLocked} -gt 0 ]; then + + height=5 + width=43 if [ "${autoUnlock}" = "on" ]; then + title="Auto Unlock" infoStr=" Waiting for Wallet Auto-Unlock.\n Please wait up to 5min ..." else + title="Action Required" infoStr=" !!! LND WALLET IS LOCKED !!!\n" if [ "${rtlWebinterface}" = "on" ]; then height=6