aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/rhodecode-setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/rhodecode-setup b/scripts/rhodecode-setup
index 7f7d73e..a2065b1 100755
--- a/scripts/rhodecode-setup
+++ b/scripts/rhodecode-setup
@@ -61,7 +61,7 @@ POSTGRES_CREATE_ROLE = "CREATE ROLE %(role)s LOGIN CREATEDB PASSWORD '%(pwd)s'"
POSTGRES_ROLE = "rhodecode"
# Default directory where to store git repositories.
-REPOS_DIR = "/opt/git_repos"
+REPOS_DIR = "/opt/rhodecode/git_repos"
# Default Celery log directory.
CELERY_LOG_DIR = "/var/log/celery"