diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-01-28 18:37:32 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-01-28 18:37:32 +0000 |
commit | 13e2d6fa308ffb16d480aa085cbe57e0e685e02e (patch) | |
tree | 65b0f7e27fd8743b9a10e1160e22c9a2763d573f /script/install-as-user | |
parent | fc0c4ea6fa66dc2cbd839de013476205bf574c90 (diff) | |
parent | 3ed969e88f60e6a9123a09544e553e48a41dfa12 (diff) |
Merge branch 'hotfix/0.16.0.6' into rails-3-develop
Diffstat (limited to 'script/install-as-user')
-rwxr-xr-x | script/install-as-user | 4 |
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+'," \ |