mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-27 20:16:22 +02:00
Change LCD text
This commit is contained in:
@@ -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 (${startcountLightning}) !!!\n"
|
infoStr=" LND WALLET IS LOCKED !!!\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"
|
||||||
@@ -123,7 +123,7 @@ elif [ ${walletLocked} -gt 0 ]; then
|
|||||||
fi
|
fi
|
||||||
if [ ${startcountLightning} -gt 1 ]; then
|
if [ ${startcountLightning} -gt 1 ]; then
|
||||||
height=$((height+1))
|
height=$((height+1))
|
||||||
infoStr=" LND restarted - login for details.\n${infoStr}"
|
infoStr=" LIGHTNING RESTARTED - login for details\n${infoStr}"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user