fix(controlSetupDialog): setting migrationMode

This commit is contained in:
openoms 2024-04-07 10:55:48 +02:00 committed by rootzoll
parent 125de5752a
commit 157e0035b1

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