diff options
Diffstat (limited to 'net-nds/openldap/files/gencert.sh')
-rw-r--r-- | net-nds/openldap/files/gencert.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-nds/openldap/files/gencert.sh b/net-nds/openldap/files/gencert.sh index 5282ac464550..66c61d1edd57 100644 --- a/net-nds/openldap/files/gencert.sh +++ b/net-nds/openldap/files/gencert.sh @@ -132,7 +132,7 @@ chmod 400 /tmp/tmpssl-$$/* echo "Certificate creation done!" cp /tmp/tmpssl-$$/ldap.* . -chown ldap.ldap ldap.* +chown ldap:ldap ldap.* rm -rf /tmp/tmpssl-$$ |