From 129fd0ede6cd6940c8c263315fa185f953c4cfdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 15 Jul 2022 17:40:55 +0200 Subject: [PATCH] Update install --- scripts/install | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/install b/scripts/install index ce38417..80931d8 100644 --- a/scripts/install +++ b/scripts/install @@ -162,8 +162,6 @@ ynh_store_file_checksum "$final_path/config.php" #================================================= # Set permissions to app files -chown -R $app: $final_path - chmod 755 -R $final_path chmod -R o-rwx $final_path chown -R $app:www-data $final_path