aboutsummaryrefslogtreecommitdiff
path: root/scripts/rhodecode-setup
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/rhodecode-setup')
-rwxr-xr-xscripts/rhodecode-setup3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/rhodecode-setup b/scripts/rhodecode-setup
index 0013356..8356f08 100755
--- a/scripts/rhodecode-setup
+++ b/scripts/rhodecode-setup
@@ -892,6 +892,9 @@ if __name__ == '__main__':
enable_apache_sites(os.path.basename(apache_conf))
reload_apache_service()
+ # Prepare chown script.
+ prepare_chown_script(args.rhodecode_usr, args.repos_dir)
+
# Install upstart scripts for Celery and RhodeCode
install_upstart_conf(args.no_celery)
start_service("rhodecode")