aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilo Casagrande <milo@ubuntu.com>2013-01-29 13:09:33 +0100
committerMilo Casagrande <milo@ubuntu.com>2013-01-29 13:09:33 +0100
commitbea709e8050c8ea1cadc4908c723a0b20763a49f (patch)
tree7a3ff6aaed6ba04db5c68cab709579ae95f0ee50
parent07e33b6417fbad52cd3091e819f1c9e306c37ad7 (diff)
Changed default directory, after speaking with Philip.
-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"