mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-10-04 12:05:04 +02:00
fix(controlSetupDialog): setting migrationMode
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user