mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[fix] Set document root permission during package install. (#156)
This commit is contained in:
parent
10dc4503ad
commit
81e96d1a12
1 changed files with 3 additions and 0 deletions
3
debian/postinst
vendored
3
debian/postinst
vendored
|
@ -7,6 +7,9 @@ do_configure() {
|
|||
if [ ! -f /usr/share/yunohost/admin/ca.crt ]; then
|
||||
ln -s /etc/ssl/certs/ca-yunohost_crt.pem /usr/share/yunohost/admin/ca.crt
|
||||
fi
|
||||
|
||||
# Set document root permissions
|
||||
chown -R root:root /usr/share/yunohost/admin
|
||||
}
|
||||
|
||||
# summary of how this script can be called:
|
||||
|
|
Loading…
Add table
Reference in a new issue