diff --git a/home.admin/80scanLND.sh b/home.admin/80scanLND.sh index 1be706110..101df2866 100755 --- a/home.admin/80scanLND.sh +++ b/home.admin/80scanLND.sh @@ -25,4 +25,4 @@ if [ "$USER" == "admin" ]; then fi # display progress to user -dialog --title " ${title} " --backtitle "RaspiBlitz ${codeVersion} ${hostname} / ${network} / ${chain} / ${tempCelsius}°C" --infobox "${infoStr}\n${adminStr}" ${height} ${width} \ No newline at end of file +dialog --title " ${title} " --backtitle "RaspiBlitz ${codeVersion} ${hostname} / ${network} / ${chain} / ${tempCelsius}°C" --infobox "${infoStr}\n ${adminStr}" ${height} ${width} \ No newline at end of file