mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-20 21:28:54 +02:00
fix syntax
This commit is contained in:
@@ -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}"
|
||||
|
Reference in New Issue
Block a user