From f2e8cb386b506c34f2dad52a148ca7112a2b92bb Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Fri, 9 Jul 2021 09:18:24 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 4ac70fd..73dc08b 100755 --- a/scripts/install +++ b/scripts/install @@ -106,7 +106,7 @@ popd chmod 750 "$final_path" chmod -R o-rwx "$final_path" -chown -R $app:www-data "$final_path" +chown -R $app:$app "$final_path" #================================================= # NGINX CONFIGURATION