mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-03-14 17:48:14 -04: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