mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-28 04:26:28 +02:00
added missing fi
This commit is contained in:
@@ -105,6 +105,7 @@ elif [ ${lndActive} -eq 0 ] || [ ${#lndErrorFull} -gt 0 ] || [ "${1}" == "lightn
|
||||
if [ ${wallet} -eq 0 ] || [ ${macaroon} -eq 0 ] || [ ${config} -eq 0 ] || [ ${tls} -eq 0 ]; then
|
||||
infoStr=" The LND service needs RE-SETUP.\n Login with SSH to continue:"
|
||||
fi
|
||||
fi
|
||||
else
|
||||
infoStr=" The LND service is starting.\n Login for more details:"
|
||||
if [ "$USER" == "admin" ]; then
|
||||
|
Reference in New Issue
Block a user