summaryrefslogtreecommitdiffstats
path: root/install/share/copy-schema-to-ca.py
diff options
context:
space:
mode:
Diffstat (limited to 'install/share/copy-schema-to-ca.py')
-rwxr-xr-xinstall/share/copy-schema-to-ca.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/share/copy-schema-to-ca.py b/install/share/copy-schema-to-ca.py
index ff6c35685..fb111ca2a 100755
--- a/install/share/copy-schema-to-ca.py
+++ b/install/share/copy-schema-to-ca.py
@@ -86,7 +86,7 @@ def add_ca_schema():
root_logger.warning('Could not install %s: %s', target_fname, e)
else:
root_logger.info('Installed %s', target_fname)
- os.chmod(target_fname, 0440) # read access for dirsrv user/group
+ os.chmod(target_fname, 0o440) # read access for dirsrv user/group
os.chown(target_fname, pki_pent.pw_uid, ds_pent.pw_gid)