We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56c317d commit 673f40bCopy full SHA for 673f40b
backend/setup.js
@@ -210,7 +210,7 @@ const setupLogrotation = () => {
210
const intervalTimeout = 1000 * 60 * 60 * 24 * 2; // 2 days
211
212
const runLogrotate = async () => {
213
- await utils.exec('logrotate -f /etc/logrotate.d/nginx-proxy-manager');
+ await utils.exec('logrotate /etc/logrotate.d/nginx-proxy-manager');
214
logger.info('Logrotate completed.');
215
};
216
0 commit comments