From 20815ed7f296a6326037b3ac8b2a6facb4d2ecf3 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Fri, 1 Oct 2021 04:24:53 +0200 Subject: [PATCH] Fix final_path perms --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 357f19d..be38b06 100755 --- a/scripts/install +++ b/scripts/install @@ -312,7 +312,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 $fina_path +chmod 750 $final_path #================================================= # SETUP LOGROTATE