From f07ba8c49aa6bb0daef19619e4c6c1d356460f26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Mon, 25 Mar 2024 15:23:23 +0100 Subject: [PATCH] Fix install_dir permissions --- scripts/install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/install b/scripts/install index f10016d..f203b39 100644 --- a/scripts/install +++ b/scripts/install @@ -53,6 +53,8 @@ EOF ynh_script_progression --message="Download source files..." --weight=10 ynh_setup_source --dest_dir="$install_dir" +chown -R "$app:www-data" "$install_dir" + #================================================= # PREPARE AND INSTALL APP #=================================================