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 13a1721 + bd62adb commit 6222643Copy full SHA for 6222643
1 file changed
apps/dav/lib/Migration/ChunkCleanup.php
@@ -65,6 +65,7 @@ public function run(IOutput $output) {
65
// If we already ran this onec there is no need to run it again
66
if ($this->config->getAppValue('dav', 'chunks_migrated', '0') === '1') {
67
$output->info('Cleanup not required');
68
+ return;
69
}
70
71
$output->startProgress();
0 commit comments