From 0c98f68ced1b3354e47410ba427eae0e50f78e02 Mon Sep 17 00:00:00 2001 From: Rafi59 Date: Sat, 21 Oct 2017 22:08:11 +0200 Subject: [PATCH] [fix] Permissions for enigma plugin --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 04b23be..fb0dfba 100644 --- a/scripts/install +++ b/scripts/install @@ -179,7 +179,7 @@ ynh_store_file_checksum "${final_path}/config/config.inc.php" #================================================= # Set permissions to app files -chown -R root: "$final_path" +chown -R $app: "$final_path" chown -R $app: "${final_path}/temp/" "${final_path}/logs/" #=================================================