From 659ab19e6fa2c8284a500da810bec00f02e6e2e3 Mon Sep 17 00:00:00 2001 From: Guo Xiang Tan Date: Mon, 27 Mar 2017 14:36:01 +0800 Subject: [PATCH] Remove outdated file from web template. --- templates/web.template.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/templates/web.template.yml b/templates/web.template.yml index faacaf8..8bfe6da 100644 --- a/templates/web.template.yml +++ b/templates/web.template.yml @@ -62,18 +62,7 @@ run: # find DISCOURSE_ env vars, strip the leader, lowercase the key /usr/local/bin/ruby -e 'ENV.each{|k,v| puts "#{$1.downcase} = #{v}" if k =~ /^DISCOURSE_(.*)/}' > $conf - - file: - path: /etc/runit/1.d/00-fix-log-permissions - chmod: "+x" - contents: | - #!/bin/bash - mkdir -p /var/log/nginx - chown -R www-data:www-data /var/log/nginx - chown www-data:www-data /var/log/nginx - chown -f syslog:adm /var/log/syslog* - chown -f syslog:adm /var/log/auth.log* - chown -f syslog:adm /var/log/kern.log* - + - file: path: /etc/runit/1.d/enable-brotli chmod: "+x" -- 2.25.1