diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-01-02 12:52:26 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-01-02 12:52:30 +0000 |
commit | 16e4d3b007585a1084455b09e9ad6d7048eb5c2a (patch) | |
tree | d770d106a55847df80a6bcf70293bb9c26f13a4e /bin/install-as-user | |
parent | 2db12c53190fb29666a5cf49514c0f0422ebbbfe (diff) |
Add do-not-reply config variable, removing special case from code.
Diffstat (limited to 'bin/install-as-user')
-rwxr-xr-x | bin/install-as-user | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/install-as-user b/bin/install-as-user index 2656195f4..2e0816966 100755 --- a/bin/install-as-user +++ b/bin/install-as-user @@ -86,6 +86,7 @@ sed -r \ -e "s,^( *BASE_URL:).*,\\1 'http://$HOST'," \ -e "s,^( *EMAIL_DOMAIN:).*,\\1 '$HOST'," \ -e "s,^( *CONTACT_EMAIL:).*,\\1 'help@$HOST'," \ + -e "s,^( *DO_NOT_REPLY_EMAIL:).*,\\1 'help@$HOST'," \ conf/general.yml-example > conf/general.yml # Create the database if it doesn't exist: |