mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-26 19:47:05 +02:00
say info instead of wrning
This commit is contained in:
@@ -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 ""
|
||||
|
Reference in New Issue
Block a user