From b1572a5e8b9ff8f3c7e9287a541edc0b9b7a4b3f Mon Sep 17 00:00:00 2001 From: Sam Date: Thu, 2 Aug 2018 17:38:44 +1000 Subject: [PATCH] update web template to check for thpoff --- templates/web.template.yml | 1 + 1 file changed, 1 insertion(+) 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 -- 2.25.1