aboutsummarylogtreecommitdiffstats
path: root/caddy-full-bin.install
diff options
context:
space:
mode:
authorThomas Fanninger2016-09-29 17:03:28 +0200
committerAndreas Linz2016-09-29 18:26:21 +0200
commit68c914ab36e9125563888c4231bd88c8d814fb87 (patch)
tree089b461511922537a4ab61bc0fddcc0a897daec5 /caddy-full-bin.install
parent58cf2b8275c3f999421d52b07cd80b02a4929935 (diff)
downloadaur-68c914ab36e9125563888c4231bd88c8d814fb87.tar.gz
Update PKGBUILD version
Diffstat (limited to 'caddy-full-bin.install')
-rw-r--r--caddy-full-bin.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/caddy-full-bin.install b/caddy-full-bin.install
index abafe456684f..4d810ad9c9c4 100644
--- a/caddy-full-bin.install
+++ b/caddy-full-bin.install
@@ -8,14 +8,14 @@ pre_upgrade() {
post_upgrade() {
systemctl daemon-reload
- if [ $(vercmp $2 0.9.3-4) -lt 0 ]; then
+ if [ $(vercmp $2 0.9.3-5) -lt 0 ]; then
userdel -r -f www-data
groupdel www-data
chown -R http:http /etc/ssl/caddy
echo "Migration guide for caddy <0.9: https://github.com/klingtnet/caddy-AUR/blob/master/README.md"
- echo "With the package level 0.9.3-4 the caddy user is changed from 'www-data' to 'http'."
+ echo "With the package level 0.9.3-5 the caddy user is changed from 'www-data' to 'http'."
echo "You need to update the right for your caddy web directory with 'chown -R http:http <web-root>'"
fi
}