From b023dbe870a12bb25277e2a8532883e634ec9c8e Mon Sep 17 00:00:00 2001 From: Christian Rotzoll Date: Thu, 25 Apr 2019 01:29:49 +0200 Subject: [PATCH] Change LCD text --- home.admin/80scanLND.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home.admin/80scanLND.sh b/home.admin/80scanLND.sh index 10d1d62..cabe67e 100755 --- a/home.admin/80scanLND.sh +++ b/home.admin/80scanLND.sh @@ -114,7 +114,7 @@ elif [ ${walletLocked} -gt 0 ]; then infoStr=" Waiting for Wallet Auto-Unlock.\n Please wait up to 5min ..." else title="Action Required" - infoStr=" LND WALLET IS LOCKED (${startcountLightning}) !!!\n" + infoStr=" LND WALLET IS LOCKED !!!\n" if [ "${rtlWebinterface}" = "on" ]; then height=6 infoStr="${infoStr} Browser: http://${localIP}:3000\n PasswordB=login / PasswordC=unlock" @@ -123,7 +123,7 @@ elif [ ${walletLocked} -gt 0 ]; then fi if [ ${startcountLightning} -gt 1 ]; then height=$((height+1)) - infoStr=" LND restarted - login for details.\n${infoStr}" + infoStr=" LIGHTNING RESTARTED - login for details\n${infoStr}" fi fi