From 7461d264d4cbb90d564392d37556c9d3beb26324 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 8 Mar 2023 15:58:19 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 4ab4945..2e848c1 100755 --- a/scripts/install +++ b/scripts/install @@ -65,7 +65,7 @@ mkdir -p $data_dir/uploads/{big,import,medium,raw,small,thumb} chmod 2775 "$data_dir" chmod -R o-rwx "$data_dir" -chown -R $app:www-data "$data_dir" +chown -R $app:$app "$data_dir" #================================================= # INSTALL APP WITH COMPOSER