[packweb-apache] Fix unsecable spaces
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
William Hirigoyen (Evolix) 2022-07-19 15:04:25 +02:00
parent 2e54944a24
commit 9742ec078e

View file

@ -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