mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-25 11:13:12 +02:00
infobox parameters
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user