mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-27 12:06:36 +02:00
fix syntax
This commit is contained in:
@@ -69,7 +69,7 @@ Use your Password A
|
|||||||
|
|
||||||
elif [ "${eventID}" == "waitsetup" ] && [ "${mode}" == "lcd" ]; then
|
elif [ "${eventID}" == "waitsetup" ] && [ "${mode}" == "lcd" ]; then
|
||||||
|
|
||||||
if [ "${setupPhase}" == "setup"] || [ "${setupPhase}" == "update" ] || [ "${setupPhase}" == "recovery" ] || [ "${setupPhase}" == "migration" ]; then
|
if [ "${setupPhase}" == "setup" ] || [ "${setupPhase}" == "update" ] || [ "${setupPhase}" == "recovery" ] || [ "${setupPhase}" == "migration" ]; then
|
||||||
|
|
||||||
# custom backtitle for this dialog
|
# custom backtitle for this dialog
|
||||||
backtitle="RaspiBlitz ${codeVersion} / ${setupPhase}"
|
backtitle="RaspiBlitz ${codeVersion} / ${setupPhase}"
|
||||||
|
Reference in New Issue
Block a user