more debug

This commit is contained in:
Christian Rotzoll 2019-04-25 01:21:29 +02:00
parent bf7f383a14
commit f0a41176e0

View file

@ -114,7 +114,7 @@ elif [ ${walletLocked} -gt 0 ]; then
infoStr=" Waiting for Wallet Auto-Unlock.\n Please wait up to 5min ..." infoStr=" Waiting for Wallet Auto-Unlock.\n Please wait up to 5min ..."
else else
title="Action Required" title="Action Required"
infoStr=" LND WALLET IS LOCKED !!!\n" infoStr=" LND WALLET IS LOCKED (${startcountLightning}) !!!\n"
if [ "${rtlWebinterface}" = "on" ]; then if [ "${rtlWebinterface}" = "on" ]; then
height=6 height=6
infoStr="${infoStr} Browser: http://${localIP}:3000\n PasswordB=login / PasswordC=unlock" infoStr="${infoStr} Browser: http://${localIP}:3000\n PasswordB=login / PasswordC=unlock"