summaryrefslogtreecommitdiffstats
path: root/cobbler/action_reposync.py
diff options
context:
space:
mode:
Diffstat (limited to 'cobbler/action_reposync.py')
-rw-r--r--cobbler/action_reposync.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cobbler/action_reposync.py b/cobbler/action_reposync.py
index 535b9b4..06340aa 100644
--- a/cobbler/action_reposync.py
+++ b/cobbler/action_reposync.py
@@ -282,7 +282,7 @@ class RepoSync:
cmd1 = "chown -R root:apache %s" % repo_path
sub_process.call(cmd1, shell=True)
- cmd2 = "chmod -R 640 %s" % repo_path
+ cmd2 = "chmod -R 755 %s" % repo_path
sub_process.call(cmd2, shell=True)
getenforce = "/usr/sbin/getenforce"