From c86c510ac23fd8215e1e5fe8947a055eba196a6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Mon, 25 Sep 2023 12:08:48 +0200 Subject: [PATCH] Add a final chmod on the install_dir --- scripts/upgrade | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/upgrade b/scripts/upgrade index fe84b68..d7fb26b 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -100,6 +100,9 @@ chown -R "$app" "$install_dir/web/var/cache/"{profiler,twig} chown -R "$app:www-data" "$install_dir/web/config/" chmod -R 750 "$install_dir/web/config/" +# FIXME: Should cleanup all the chmods. +chmod 750 "$install_dir" + #================================================= # GENERIC FINALIZATION #=================================================