From c94186e6f445ea9c6ead9f6085afe87be5244df5 Mon Sep 17 00:00:00 2001 From: Rafi59 Date: Sun, 29 Oct 2017 09:01:15 +0100 Subject: [PATCH] Update install --- scripts/install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index fb0dfba..45f608c 100644 --- a/scripts/install +++ b/scripts/install @@ -179,8 +179,9 @@ ynh_store_file_checksum "${final_path}/config/config.inc.php" #================================================= # Set permissions to app files -chown -R $app: "$final_path" +chown -R root: "$final_path" chown -R $app: "${final_path}/temp/" "${final_path}/logs/" +chown -R $app: "$final_path/plugins #================================================= # RELOAD NGINX