From 385817b7e5f3c39b51bdf90e5be2202a4abbcf17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 18 Jun 2024 22:14:49 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index e9b7f73..d9d5731 100755 --- a/scripts/install +++ b/scripts/install @@ -24,7 +24,7 @@ ynh_script_progression --message="Setting up source files..." --weight=3 ynh_setup_source --dest_dir="$install_dir" chmod -R o-rwx "$install_dir" -chown -R "$app:www-data" "$install_dir" +chown -R "$app:$app" "$install_dir" #================================================= # APP INITIAL CONFIGURATION