aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/rhodecode-setup3
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/rhodecode-setup b/scripts/rhodecode-setup
index 9f05526..35af29c 100755
--- a/scripts/rhodecode-setup
+++ b/scripts/rhodecode-setup
@@ -513,9 +513,6 @@ def reinstall_rhodecode(work_dir, user=None):
:type str
"""
cmd_args = ["python", "setup.py", "clean"]
- if user:
- cmd_args = ["-u", user, "-H"] + cmd_args
- cmd_args.append("--user")
execute_command(cmd_args, work_dir=work_dir, with_sudo=True)
cmd_args = ["python", "setup.py", "install"]
if user: