mirror of
https://github.com/jc21/nginx-proxy-manager.git
synced 2024-08-30 18:22:48 +00:00
Removes force parameter from logrotate
This commit is contained in:
parent
56c317d223
commit
673f40bd85
@ -210,7 +210,7 @@ const setupLogrotation = () => {
|
|||||||
const intervalTimeout = 1000 * 60 * 60 * 24 * 2; // 2 days
|
const intervalTimeout = 1000 * 60 * 60 * 24 * 2; // 2 days
|
||||||
|
|
||||||
const runLogrotate = async () => {
|
const runLogrotate = async () => {
|
||||||
await utils.exec('logrotate -f /etc/logrotate.d/nginx-proxy-manager');
|
await utils.exec('logrotate /etc/logrotate.d/nginx-proxy-manager');
|
||||||
logger.info('Logrotate completed.');
|
logger.info('Logrotate completed.');
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user