mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
say info instead of wrning
This commit is contained in:
parent
b9db03587a
commit
339cab954c
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ if [ ${bitcoinActive} -eq 0 ]; then
|
|||
|
||||
height=6
|
||||
width=42
|
||||
title="Blockchain Warning"
|
||||
title="Blockchain Info"
|
||||
infoStr=" The ${network}d service is not running.\n Login for more details:"
|
||||
if [ "$USER" == "admin" ]; then
|
||||
echo ""
|
||||
|
@ -50,7 +50,7 @@ elif [ ${lndActive} -eq 0 ]; then
|
|||
|
||||
height=5
|
||||
width=42
|
||||
title="Lightning Warning"
|
||||
title="Lightning Info"
|
||||
infoStr=" The lnd service is not running.\n Login for more details:"
|
||||
if [ "$USER" == "admin" ]; then
|
||||
echo ""
|
||||
|
|
Loading…
Add table
Reference in a new issue