diff options
author | Bjoern Schiessle <schiessle@owncloud.com> | 2015-07-08 18:23:18 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-07-16 14:07:17 +0200 |
commit | 9d9ab82a17ccbf9d309c7cd565ef1b8b16491007 (patch) | |
tree | 64094373c5e89cc705be1d2804b0c1db8a754b2a /apps/encryption/command | |
parent | edb15bd493f3b44b893b8cf3b72de419de4a7916 (diff) | |
download | nextcloud-server-9d9ab82a17ccbf9d309c7cd565ef1b8b16491007.tar.gz nextcloud-server-9d9ab82a17ccbf9d309c7cd565ef1b8b16491007.zip |
only cleanUp the remaining keys if the migration really finished succesfully
Diffstat (limited to 'apps/encryption/command')
-rw-r--r-- | apps/encryption/command/migratekeys.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/encryption/command/migratekeys.php b/apps/encryption/command/migratekeys.php index e6e5e7b70b0..d0fc1573061 100644 --- a/apps/encryption/command/migratekeys.php +++ b/apps/encryption/command/migratekeys.php @@ -115,5 +115,7 @@ class MigrateKeys extends Command { } } + $migration->finalCleanUp(); + } } |