caddy: fix absolute paths in INSTALL/REMOVE scripts

This commit is contained in:
maxice8 2018-08-26 16:19:15 -03:00
parent cd4926b97c
commit 9ec475cc05
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
case "${ACTION}" in
post)
setcap CAP_NET_BIND_SERVICE=+ep usr/bin/caddy
chown -R caddy:caddy /etc/caddy
chown -R caddy:caddy etc/caddy
;;
esac

View file

@ -1,7 +1,7 @@
# Template file for 'caddy'
pkgname=caddy
version=0.11.0
revision=2
revision=3
build_style=go
go_import_path="github.com/mholt/caddy"
go_package="${go_import_path}/caddy"