From 9d753c66ab855b67d7d62551aa668ef3518fd314 Mon Sep 17 00:00:00 2001 From: Christian Rotzoll Date: Wed, 17 Apr 2019 00:28:18 +0100 Subject: [PATCH] default start info --- home.admin/80scanLND.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home.admin/80scanLND.sh b/home.admin/80scanLND.sh index 376b129..6259e49 100755 --- a/home.admin/80scanLND.sh +++ b/home.admin/80scanLND.sh @@ -42,6 +42,9 @@ if [ ${bitcoinActive} -eq 0 ] || [ ${#bitcoinErrorFull} -gt 0 ]; then fi else height=6 + if [ ${#bitcoinErrorShort} -eq 0 ]; then + bitcoinErrorShort="Initial Startup" + fi infoStr=" The ${network}d service is starting.\n${bitcoinErrorShort}\n Login for more details:" if [ "$USER" == "admin" ]; then infoStr=" The ${network}d service is starting.\n${bitcoinErrorShort}\nPlease wait up to 5min ..."