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 ..."