From 28085b16cb40998bb80f9222b197efcd8554af3f Mon Sep 17 00:00:00 2001 From: rootzoll Date: Mon, 21 Jun 2021 02:33:28 +0200 Subject: [PATCH] display copysource LCD info --- home.admin/00infoLCD.sh | 2 +- home.admin/setup.scripts/eventInfoWait.sh | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) 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 "