fix syntax

This commit is contained in:
rootzoll
2021-05-23 11:12:49 -05:00
parent 5a4476e186
commit ed7e942722

View File

@@ -69,7 +69,7 @@ Use your Password A
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
backtitle="RaspiBlitz ${codeVersion} / ${setupPhase}"