aboutsummaryrefslogtreecommitdiffstats
path: root/script/install-as-user
diff options
context:
space:
mode:
authorGareth Rees <gareth@mysociety.org>2014-03-13 11:22:28 +0000
committerGareth Rees <gareth@mysociety.org>2014-03-13 11:22:28 +0000
commit05918c0984206b8aff6ad025cb2c8a23a234f46f (patch)
tree6c653dfaf09ad5f7ddd3025ad098d8c4c54850c8 /script/install-as-user
parent94f2a8f4d34f49db0191faa0b048291efd4a4f89 (diff)
parent3002d3610b8d33ab35f9a62d36a28592733bbb35 (diff)
Merge branch 'update_vagrantfile' into rails-3-develop
Diffstat (limited to 'script/install-as-user')
-rwxr-xr-xscript/install-as-user1
1 files changed, 1 insertions, 0 deletions
diff --git a/script/install-as-user b/script/install-as-user
index aaad52145..a6c267066 100755
--- a/script/install-as-user
+++ b/script/install-as-user
@@ -114,6 +114,7 @@ then
-e "s,^( *DONATION_URL:).*,\\1 null," \
-e "s,^( *THEME_BRANCH:).*,\\1 'develop'," \
-e "s,^( *USE_MAILCATCHER_IN_DEVELOPMENT:).*,\\1 false," \
+ -e "s,^( *BUNDLE_PATH:).*,\\1 $HOME/bundle/," \
config/general.yml-example > config/general.yml
fi