PKGBUILDs/extra/nginx-mainline/nginx.install

6 lines
100 B
Text
Raw Normal View History

2016-05-26 12:48:52 +00:00
post_upgrade() {
2017-01-15 18:42:00 +00:00
if (( $(vercmp $2 1.11.8-2) < 0)); then
chown root:root var/log/nginx
fi
2016-05-26 12:48:52 +00:00
}