From f299abe32415e19e5f4a03178cbb1d51482a998c Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 11 Sep 2021 12:26:36 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index b436395..703b4c4 100755 --- a/scripts/install +++ b/scripts/install @@ -77,7 +77,7 @@ ynh_setup_source --dest_dir="$final_path" --source_id="app.$architecture" chmod 750 "$final_path" chmod -R o-rwx "$final_path" -chown -R $app: $final_path +chown -R $app:www-data $final_path chmod +x "$final_path/jackett_launcher.sh" #=================================================