mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-20 21:28:54 +02:00
display copysource LCD info
This commit is contained in:
@@ -87,7 +87,7 @@ while :
|
|||||||
# get config info if already available (with state value)
|
# get config info if already available (with state value)
|
||||||
source ${infoFile}
|
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
|
# show status info during boot & setup & repair on LCD
|
||||||
/home/admin/setup.scripts/eventInfoWait.sh "${state}" "${message}" lcd
|
/home/admin/setup.scripts/eventInfoWait.sh "${state}" "${message}" lcd
|
||||||
|
@@ -96,6 +96,14 @@ ssh admin@${localip}
|
|||||||
Use your Password A
|
Use your Password A
|
||||||
" 7 41
|
" 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
|
elif [ "${eventID}" == "copytarget" ] && [ "${mode}" == "lcd" ]; then
|
||||||
|
|
||||||
dialog --backtitle "${backtitle}" --cr-wrap --infobox "
|
dialog --backtitle "${backtitle}" --cr-wrap --infobox "
|
||||||
|
Reference in New Issue
Block a user