diff --git a/home.admin/00infoLCD.sh b/home.admin/00infoLCD.sh index 9e627761f..7452aae0d 100755 --- a/home.admin/00infoLCD.sh +++ b/home.admin/00infoLCD.sh @@ -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 diff --git a/home.admin/setup.scripts/eventInfoWait.sh b/home.admin/setup.scripts/eventInfoWait.sh index 03dc64456..66ea2fbc4 100644 --- a/home.admin/setup.scripts/eventInfoWait.sh +++ b/home.admin/setup.scripts/eventInfoWait.sh @@ -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 "