mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-03-01 00:59:23 +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)
|
source <(/home/admin/_cache.sh get hddGotMigrationData migrationMode)
|
||||||
if [ "${migrationMode}" == "" ]; then
|
if [ "${migrationMode}" == "" ]; then
|
||||||
migrationMode = "normal"
|
migrationMode="normal"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# show recovery dialog
|
# show recovery dialog
|
||||||
|
|
Loading…
Add table
Reference in a new issue