aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilo Casagrande <milo@ubuntu.com>2013-05-21 14:24:48 +0200
committerMilo Casagrande <milo@ubuntu.com>2013-05-21 14:24:48 +0200
commit067d6b65794491dd54407f122498e8078e430c19 (patch)
tree559f74740613f9fa631b939f7c1f7b2920b57f9a
parent192f02c128395a251c014f5613b2c73d68f833d4 (diff)
Removed internal call to set_guid.
-rw-r--r--rhodecode/lib/system_command.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/rhodecode/lib/system_command.py b/rhodecode/lib/system_command.py
index 364b2fab..d8bfc00c 100644
--- a/rhodecode/lib/system_command.py
+++ b/rhodecode/lib/system_command.py
@@ -88,7 +88,6 @@ class SystemCommand():
This is used to correctly set the SGUID bit, fix write permissions for
directory and files of the group.
"""
- cls.set_guid(path)
cmd_args = ["find", path, "-type", "d", "-exec", "chmod", "g+ws",
"{}", ";"]
cls.execute(cmd_args)