From 0928298eb64e3389308d68c7201fc30a99781ad9 Mon Sep 17 00:00:00 2001 From: rootzoll Date: Fri, 2 Jul 2021 15:00:27 +0200 Subject: [PATCH] order info --- home.admin/setup.scripts/eventBlockchainSync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.admin/setup.scripts/eventBlockchainSync.sh b/home.admin/setup.scripts/eventBlockchainSync.sh index 63f0c6cfe..86640fa3f 100644 --- a/home.admin/setup.scripts/eventBlockchainSync.sh +++ b/home.admin/setup.scripts/eventBlockchainSync.sh @@ -74,7 +74,7 @@ do # display info to user time=$(date '+%H:%M:%S') - dialog --title " Node is Syncing (${time}) " --backtitle "RaspiBlitz ${codeVersion} ${hostname} / ${tempCelsius}°C / ${network} / ${chain}" --infobox "${infoStr}\n ${adminStr}" ${height} ${width} + dialog --title " Node is Syncing (${time}) " --backtitle "RaspiBlitz ${codeVersion} ${tempCelsius}°C / ${hostname} / ${network} / ${chain}" --infobox "${infoStr}\n ${adminStr}" ${height} ${width} # determine to loop or not loop=0