Fix the owner of /etc7emgauwa/
This commit is contained in:
parent
58d94cc3a3
commit
6893d6269f
2 changed files with 4 additions and 4 deletions
|
@ -3,6 +3,6 @@ d /var/lib/emgauwa/core 0750
|
|||
Z /var/lib/emgauwa - emgauwa emgauwa
|
||||
d /var/log/emgauwa 0750
|
||||
Z /var/log/emgauwa - emgauwa emgauwa
|
||||
z /etc/emgauwa 0750 root emgauwa
|
||||
z /etc/emgauwa/core.conf 0660 root emgauwa
|
||||
d /etc/emgauwa/core.conf.d 0750 root emgauwa
|
||||
z /etc/emgauwa 0750 root root
|
||||
z /etc/emgauwa/core.conf 0660 root root
|
||||
d /etc/emgauwa/core.conf.d 0750 root root
|
||||
|
|
|
@ -19,5 +19,5 @@ package() {
|
|||
|
||||
install -dm750 "${pkgdir}/etc/emgauwa/"
|
||||
install -dm750 "${pkgdir}/etc/emgauwa/core.conf.d"
|
||||
install -Dm750 -o emgauwa -g emgauwa "webapp.conf" "${pkgdir}/etc/emgauwa/core.conf.d/webapp.conf"
|
||||
install -Dm750 "webapp.conf" "${pkgdir}/etc/emgauwa/core.conf.d/webapp.conf"
|
||||
}
|
||||
|
|
Reference in a new issue