mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-03 09:28:22 +02:00
fix(controlSetupDialog): setting migrationMode
This commit is contained in:
parent
208cd6ab4e
commit
4d9a4e4dc4
@ -66,7 +66,7 @@ if [ "${setupPhase}" == "migration" ]; then
|
||||
|
||||
source <(/home/admin/_cache.sh get hddGotMigrationData migrationMode)
|
||||
if [ "${migrationMode}" == "" ]; then
|
||||
migrationMode = "normal"
|
||||
migrationMode="normal"
|
||||
fi
|
||||
|
||||
# show recovery dialog
|
||||
|
Loading…
x
Reference in New Issue
Block a user