mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
On some weird setup, this folder and content ain't readable by group ... gotta make sure to make rx for group other slapd will explode
This commit is contained in:
parent
8fe343aad0
commit
e54ca72068
1 changed files with 1 additions and 0 deletions
|
@ -81,6 +81,7 @@ do_post_regen() {
|
|||
chown -R openldap:openldap /etc/ldap/slapd.d/
|
||||
chown -R root:ssl-cert /etc/yunohost/certs/yunohost.org/
|
||||
chmod o-rwx /etc/yunohost/certs/yunohost.org/
|
||||
chmod -R g+rx /etc/yunohost/certs/yunohost.org/
|
||||
|
||||
[ -z "$regen_conf_files" ] && exit 0
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue