Add expected final return in Console\Storage->doMove

- Address https://github.com/friendica/friendica/issues/14646#issuecomment-2621372228
This commit is contained in:
Hypolite Petovan 2025-01-29 09:56:06 -05:00
parent 3791635143
commit 13214843d8

View file

@ -192,5 +192,7 @@ HELP;
} while ($moved);
$this->out(sprintf(date('[Y-m-d H:i:s] ') . 'Moved %d files total', $total));
return 0;
}
}