display copysource LCD info

This commit is contained in:
rootzoll 2021-06-21 02:33:28 +02:00
parent c1692e8069
commit 28085b16cb
2 changed files with 9 additions and 1 deletions

View file

@ -87,7 +87,7 @@ while :
# get config info if already available (with state value)
source ${infoFile}
if [ "${setupPhase}" != "done" ] || [ "${state}" == "copytarget" ]; then
if [ "${setupPhase}" != "done" ] || [ "${state}" == "copytarget" ] || [ "${state}" == "copysource" ] || [ "${state}" == "copystation" ]; then
# show status info during boot & setup & repair on LCD
/home/admin/setup.scripts/eventInfoWait.sh "${state}" "${message}" lcd

View file

@ -96,6 +96,14 @@ ssh admin@${localip}
Use your Password A
" 7 41
elif [ "${eventID}" == "copystation" ] && [ "${mode}" == "lcd" ]; then
dialog --backtitle "${backtitle}" --cr-wrap --infobox "
Copy-Station Mode
ssh admin@${localip}
Use your Password A
" 7 41
elif [ "${eventID}" == "copytarget" ] && [ "${mode}" == "lcd" ]; then
dialog --backtitle "${backtitle}" --cr-wrap --infobox "