Skip to content

Commit 2906dd2

Browse files
Merge pull request #52053 from nextcloud/backport/52019/stable30
[stable30] fix(dav): Really only run the chunk cleanup once
2 parents 87e68de + 97ed500 commit 2906dd2

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
@@ -48,6 +48,7 @@ public function run(IOutput $output) {
4848
// If we already ran this onec there is no need to run it again
4949
if ($this->config->getAppValue('dav', 'chunks_migrated', '0') === '1') {
5050
$output->info('Cleanup not required');
51+
return;
5152
}
5253

5354
$output->startProgress();

0 commit comments

Comments
 (0)