From cc3d226a1662105a16a859b4690daa5bee938f5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 21 Nov 2023 19:22:54 +0100 Subject: [PATCH] Update install --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index b21d8be..bb8db37 100755 --- a/scripts/install +++ b/scripts/install @@ -26,6 +26,7 @@ ynh_setup_source --dest_dir="$install_dir" chmod -R o-rwx "$install_dir" chown -R $app:www-data "$install_dir" + usermod -g www-data $app find $install_dir -type f -exec chmod 664 {} \; find $install_dir -type d -exec chmod 775 {} \;