aboutsummaryrefslogtreecommitdiffstats
path: root/script/install-as-user
diff options
context:
space:
mode:
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