mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-18 19:50:35 +02:00
fix syntax
This commit is contained in:
@@ -68,7 +68,7 @@ do
|
||||
if [ "${lightning}" != "lnd" ]; then
|
||||
# if LND is active
|
||||
infoStr="${infoStr} Lightning Progress : ${scanProgress}\n ${actionString}"
|
||||
if [ "${lightning}" != "cln" ]; then
|
||||
elif [ "${lightning}" != "cln" ]; then
|
||||
# if CLN is active
|
||||
# TODO: show a scan progress of C-Lightning
|
||||
infoStr="${infoStr} \n ${actionString}"
|
||||
|
Reference in New Issue
Block a user