diff --git a/scripts/install b/scripts/install index 04b23be..ad24650 100644 --- a/scripts/install +++ b/scripts/install @@ -181,6 +181,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}/temp/" "${final_path}/logs/" +chown -R $app: "$final_path/plugins/enigma/home" #================================================= # RELOAD NGINX diff --git a/scripts/upgrade b/scripts/upgrade index c239957..ff92958 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -203,6 +203,8 @@ 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}/temp/" "${final_path}/logs/" +chown -R $app: "$final_path/plugins/enigma/home" + #================================================= # RELOAD NGINX