diff --git a/home.admin/80scanLND.sh b/home.admin/80scanLND.sh index 338db78c3..38be904d2 100755 --- a/home.admin/80scanLND.sh +++ b/home.admin/80scanLND.sh @@ -50,7 +50,7 @@ if [ ${bitcoinActive} -eq 0 ] || [ ${#bitcoinErrorFull} -gt 0 ] || [ "${1}" == " if [ "$USER" != "admin" ]; then if [ ${uptime} -gt 600 ] || ${#bitcoinErrorFull} -gt 0 ] || [ "${1}" == "blockchain-error" ]; then - infoStr=" The ${network}d service is not running.\n Login for more details & options:" + infoStr=" The ${network}d service is NOT RUNNING!\n\n Login for more details & options:" else infoStr=" The ${network}d service is starting:\n ${bitcoinErrorShort}\n Login with SSH for more details:" fi