mirror of
https://github.com/goharbor/harbor.git
synced 2025-01-25 00:51:24 +01:00
0585b148c7
Logrotate is run with sudo as the syslog user by cron.hourly The current working directory is `/root` which is inaccessible to the syslog user so the logrotate command fails. Currently the following stderr is being thrown away by the cron script: ``` error: cannot open current directory: Permission denied ``` Fixes #15468 Signed-off-by: Christopher Jenkins <christj@gmail.com> |
||
---|---|---|
.. | ||
chartserver | ||
common | ||
core | ||
db | ||
exporter | ||
jobservice | ||
log | ||
nginx | ||
notary | ||
notary-server | ||
notary-signer | ||
portal | ||
prepare | ||
redis | ||
registry | ||
registryctl | ||
standalone-db-migrator | ||
trivy-adapter | ||
Makefile |