mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
more debug
This commit is contained in:
parent
bf7f383a14
commit
f0a41176e0
1 changed files with 2 additions and 2 deletions
|
@ -114,13 +114,13 @@ 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 !!!\n"
|
||||
infoStr=" LND WALLET IS LOCKED (${startcountLightning}) !!!\n"
|
||||
if [ "${rtlWebinterface}" = "on" ]; then
|
||||
height=6
|
||||
infoStr="${infoStr} Browser: http://${localIP}:3000\n PasswordB=login / PasswordC=unlock"
|
||||
else
|
||||
infoStr="${infoStr} Please use SSH to unlock:"
|
||||
fi
|
||||
fi
|
||||
if [ ${startcountLightning} -gt 1 ]; then
|
||||
height=$((height+1))
|
||||
infoStr=" LND restarted - login for details.\n${infoStr}"
|
||||
|
|
Loading…
Add table
Reference in a new issue