mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-28 16:58:03 +01:00
fix(controlSetupDialog): setting migrationMode
This commit is contained in:
parent
208cd6ab4e
commit
4d9a4e4dc4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue