owncloud/core

View on GitHub
changelog/10.3.2_2019-12-04/issue-36298

Summary

Maintainability
Test Coverage
Bugfix: occ system:cron only shows progess bar if option is set

occ system:cron will only output the progess bar if the newly introduced option --progress is set.
When being executed from crontab occ system::cron shall only print out in case of error.

https://github.com/owncloud/core/issues/36298
https://github.com/owncloud/core/pull/36304