fix(controlSetupDialog): setting migrationMode

This commit is contained in:
openoms 2024-04-07 10:55:48 +02:00 committed by rootzoll
parent 208cd6ab4e
commit 4d9a4e4dc4

View file

@ -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