From: Sam Date: Thu, 2 Aug 2018 07:38:44 +0000 (+1000) Subject: update web template to check for thpoff X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=b1572a5e8b9ff8f3c7e9287a541edc0b9b7a4b3f;p=discourse_docker.git update web template to check for thpoff --- diff --git a/templates/web.template.yml b/templates/web.template.yml index cc19d92..a0b7fa3 100644 --- a/templates/web.template.yml +++ b/templates/web.template.yml @@ -24,6 +24,7 @@ params: upload_size: 10m run: + - exec: thpoff echo "thpoff is installed!" - exec: /usr/local/bin/ruby -e 'if ENV["DISCOURSE_SMTP_ADDRESS"] == "smtp.example.com"; puts "Aborting! Mail is not configured!"; exit 1; end' - exec: /usr/local/bin/ruby -e 'if ENV["DISCOURSE_HOSTNAME"] == "discourse.example.com"; puts "Aborting! Domain is not configured!"; exit 1; end' - exec: chown -R discourse /home/discourse