From 936baa45782d6f0b686f4a91ac74b9bf45421ae7 Mon Sep 17 00:00:00 2001 From: Robles Rodolphe Date: Mon, 10 May 2021 16:19:10 +0200 Subject: [PATCH] syntax error --- scripts/upgrade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index 58e97ec..41dd199 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -208,8 +208,8 @@ fi # Set permissions on app files chown -R $app:$app $final_path chmod 400 config.dist.php config.local.php index.php sous-domaine.html VERSION -find $final_path/srcipts -type d -exec chmod 500 {} + -find $final_path/srcipts -type f -exec chmod 400 {} + +find $final_path/scripts -type d -exec chmod 500 {} + +find $final_path/scripts -type f -exec chmod 400 {} + find $final_path/templates -type d -exec chmod 500 {} + find $final_path/templates -type f -exec chmod 400 {} + find $final_path/include -type d -exec chmod 500 {} +