From 9742ec078e20313fd23e0a7bf012ba12e2409ebf Mon Sep 17 00:00:00 2001 From: "William Hirigoyen (Evolix)" Date: Tue, 19 Jul 2022 15:04:25 +0200 Subject: [PATCH] [packweb-apache] Fix unsecable spaces --- packweb-apache/files/userlogrotate | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packweb-apache/files/userlogrotate b/packweb-apache/files/userlogrotate index deaf850a..2656f55d 100644 --- a/packweb-apache/files/userlogrotate +++ b/packweb-apache/files/userlogrotate @@ -35,8 +35,8 @@ fi; test -x /usr/sbin/nginx && invoke-rc.d nginx rotate >/dev/null 2>&1 -# Zipping is done after web serveur reload, so that the file descriptor is released. -# Else, an error is raised (gzip file size changed while zipping) +# Zipping is done after web serveur reload, so that the file descriptor is released. +# Else, an error is raised (gzip file size changed while zipping) # and logs written buring the zipping process might be lost. for log in access.log access-*.log error.log; do