From 08be35687a7a16c6252e9edf448111fb2ea48507 Mon Sep 17 00:00:00 2001 From: Sam Date: Thu, 30 Jun 2016 09:50:22 +1000 Subject: [PATCH] fix permission --- templates/web.template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/web.template.yml b/templates/web.template.yml index 9523536..cf6bcda 100644 --- a/templates/web.template.yml +++ b/templates/web.template.yml @@ -55,7 +55,7 @@ run: contents: | #!/bin/bash # TODO this should be moved into the base image - chown -fR www-data:adm /var/log/nginx + chown -fR 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* -- 2.25.1