From e13967f5987a15248dcbaef77ff2e4ae2873d7c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 20 Nov 2023 23:18:48 +0100 Subject: [PATCH] Update install --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index 77e2305..b21d8be 100755 --- a/scripts/install +++ b/scripts/install @@ -24,6 +24,7 @@ ynh_script_progression --message="Setting up source files..." --weight=1 # Download, check integrity, uncompress and patch the source from manifest.toml 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 {} \;