We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 87e68de + 97ed500 commit 2906dd2Copy full SHA for 2906dd2
1 file changed
apps/dav/lib/Migration/ChunkCleanup.php
@@ -48,6 +48,7 @@ public function run(IOutput $output) {
48
// If we already ran this onec there is no need to run it again
49
if ($this->config->getAppValue('dav', 'chunks_migrated', '0') === '1') {
50
$output->info('Cleanup not required');
51
+ return;
52
}
53
54
$output->startProgress();
0 commit comments