From 4dd63b7c0b7bbb78ab829f2784dfa677b8d93f69 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Fri, 1 Oct 2021 04:25:52 +0200 Subject: [PATCH] Fix final_path perms --- scripts/upgrade | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/upgrade b/scripts/upgrade index 8968143..f03387a 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -431,6 +431,7 @@ find $datadir/ -type f -print0 | xargs -0 chmod 0640 find $datadir/ -type d -print0 | xargs -0 chmod 0750 chmod 640 "$final_path/config/config.php" chmod 755 /home/yunohost.app +chmod 750 $final_path #================================================= # WARNING ABOUT THIRD-PARTY APPS