Skip to content

Commit

Permalink
fix(controlSetupDialog): setting migrationMode
Browse files Browse the repository at this point in the history
  • Loading branch information
openoms authored and rootzoll committed Apr 8, 2024
1 parent 208cd6a commit 4d9a4e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home.admin/setup.scripts/controlSetupDialog.sh
Expand Up @@ -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
Expand Down

0 comments on commit 4d9a4e4

Please sign in to comment.