From 604845ada86f736b548055181155f72e688fc6a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 30 Aug 2023 08:24:19 +0200 Subject: [PATCH] Update install --- scripts/install | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/install b/scripts/install index ed939e8..31bf435 100644 --- a/scripts/install +++ b/scripts/install @@ -29,7 +29,6 @@ ynh_setup_source --dest_dir="$install_dir" grep -v electron "$install_dir/package.json" > "$install_dir/server-package.json" mv "$install_dir/server-package.json" "$install_dir/package.json" -chmod 750 "$install_dir" chmod -R o-rwx "$install_dir" chown -R $app:www-data "$install_dir"