aboutsummaryrefslogtreecommitdiffstats
path: root/script
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2014-02-19 10:18:10 +0000
committerLouise Crow <louise.crow@gmail.com>2014-02-19 10:18:10 +0000
commit17bc0ba1bca6783b76957f5769e2e9d96d0ee8e4 (patch)
tree15b933fee15118d276f22e6bd94f7b9ac941bea1 /script
parent4218258787f0e9affd5f84baa078d9d32e8bae3d (diff)
parent95169c33db002c04a6a31a6a5db1ea59668f1292 (diff)
Merge branch 'hotfix/0.16.0.7' into wdtk
Diffstat (limited to 'script')
-rwxr-xr-xscript/install-as-user4
1 files changed, 2 insertions, 2 deletions
diff --git a/script/install-as-user b/script/install-as-user
index 4fc341fc6..aaad52145 100755
--- a/script/install-as-user
+++ b/script/install-as-user
@@ -93,8 +93,8 @@ then
-e "s,^( *DOMAIN:).*,\\1 '$HOST'," \
-e "s,^( *FORCE_SSL:).*,\\1 false," \
-e "s,^( *TIME_ZONE:).*,\\1 'Europe/London'," \
- -e "s,^( *BLOG_FEED:).*,\\1 null," \
- -e "s,^( *TWITTER_USERNAME:).*,\\1 null," \
+ -e "s,^( *BLOG_FEED:).*,\\1 ''," \
+ -e "s,^( *TWITTER_USERNAME:).*,\\1 ''," \
-e "s,^( *INCLUDE_DEFAULT_LOCALE_IN_URLS:).*,\\1 false," \
-e "s,^( *INCOMING_EMAIL_DOMAIN:).*,\\1 '$HOST'," \
-e "s,^( *INCOMING_EMAIL_PREFIX:).*,\\1 'foi+'," \