Skip to content

Commit

Permalink
Show 100% on migration completion
Browse files Browse the repository at this point in the history
  • Loading branch information
lukechilds committed Jun 18, 2023
1 parent e407909 commit 4f36529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/utilities/migration.js
Expand Up @@ -228,7 +228,7 @@ export async function migrateData(currentInstall, externalUmbrelInstall) {
retries: 5,
})

updateMigrationStatus({ running: false, progress: 0, description: '' })
updateMigrationStatus({ running: false, progress: 100, description: '' })

// Cleanup mounted drives
await unmountExternalDrives()
Expand Down

0 comments on commit 4f36529

Please sign in to comment.