From 4351e8bc0599a0fe494fea88ef0b6139f9059cc8 Mon Sep 17 00:00:00 2001 From: massyas Date: Fri, 27 Apr 2018 10:51:09 +0200 Subject: [PATCH] Changing dir permission --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 5f062ba..b9902a4 100755 --- a/scripts/install +++ b/scripts/install @@ -162,7 +162,7 @@ systemctl reload nginx #================================================= # Set permissions to app files -chown -R root: $final_path +chown -R www-data: $final_path #================================================= # SETUP LOGROTATE