small dep updates/fix logrotate

This commit is contained in:
Zoey2936
2024-03-04 12:33:16 +00:00
committed by Zoey
parent 1629301aef
commit 727e776a47
4 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
compress
sharedscripts
postrotate
if [ -f /usr/local/nginx/logs/nginx.pid ]; then nginx -s reload; fi
if [ -s /usr/local/nginx/logs/nginx.pid ]; then nginx -s reload; fi
kill "$(pgrep goaccess)"
endscript
}