From 4cb93a9d2857ab2837551f226c22792708d8774d Mon Sep 17 00:00:00 2001 From: Robles Rodolphe Date: Sun, 26 Sep 2021 13:36:38 +0200 Subject: [PATCH] use url --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 5f8d061..5de498c 100644 --- a/scripts/install +++ b/scripts/install @@ -112,8 +112,8 @@ find $final_path/include -type d -exec chmod 500 {} + find $final_path/include -type f -exec chmod 400 {} + find $final_path/data -type d -exec chmod 700 {} + find $final_path/data -type f -exec chmod 600 {} + -find /var/www/garradin/www -type d -exec chmod 505 {} + -find /var/www/garradin/www -type f -exec chmod 644 {} + +find $final_path/www -type d -exec chmod 505 {} + +find $final_path/www -type f -exec chmod 644 {} + #================================================= # SETUP SSOWAT