Skip to content

Commit 6222643

Browse files
Merge pull request #52052 from nextcloud/backport/52019/stable29
[stable29] fix(dav): Really only run the chunk cleanup once
2 parents 13a1721 + bd62adb commit 6222643

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/dav/lib/Migration/ChunkCleanup.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ public function run(IOutput $output) {
6565
// If we already ran this onec there is no need to run it again
6666
if ($this->config->getAppValue('dav', 'chunks_migrated', '0') === '1') {
6767
$output->info('Cleanup not required');
68+
return;
6869
}
6970

7071
$output->startProgress();

0 commit comments

Comments
 (0)