fix sync lcd screen

This commit is contained in:
rootzoll 2024-02-22 19:06:44 +01:00
parent 85e6e26f9d
commit 5e283e0cc5

View File

@ -104,4 +104,4 @@ fi
# display info to user
time=$(date '+%H:%M:%S')
dialog --title " Node is Syncing (${time}) " --backtitle "${codeVersion} / ${internet_localip} ${system_temp_celsius}°C ${system_temp_fahrenheit}°F ${hdd_used_info}" ${height} ${width}
dialog --title " Node is Syncing (${time}) " --backtitle "${codeVersion} / ${internet_localip} ${system_temp_celsius}°C ${system_temp_fahrenheit}°F ${hdd_used_info}" --infobox "${infoStr}\n ${adminStr}" ${height} ${width}