From 363b4c447997615694a48f260dcc8f4a9da29773 Mon Sep 17 00:00:00 2001 From: Dan Robertson Date: Tue, 12 Jul 2016 12:54:29 +0100 Subject: [PATCH] ensure ownership is correct --- scripts/pull | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/pull b/scripts/pull index f7564dd..7a057d3 100755 --- a/scripts/pull +++ b/scripts/pull @@ -12,3 +12,4 @@ fi cd /var/www/html git pull +chown -Rf nginx:nginx /var/www/html