From e6ff657d24d2074a033834e9a12b5a97a4cb46b2 Mon Sep 17 00:00:00 2001 From: leonard Date: Tue, 28 Nov 2023 16:30:24 +0100 Subject: [PATCH] y'a pas d'install dir dans notre cas --- scripts/_common.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index e4ec057..156ced8 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -69,10 +69,6 @@ myynh_fix_file_permissions() { ( set -x - # /var/www/$app/ - chown -c -R "$app:www-data" "$install_dir" - chmod -c o-rwx "$install_dir" - # /home/yunohost.app/$app/ chown -c -R "$app:" "$data_dir" chmod -c o-rwx "$data_dir"