From 5099fbd09f48e8919a581f77938897c8c0a484e2 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 22 Jul 2021 14:26:09 +0200 Subject: [PATCH] Update install --- scripts/install | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/install b/scripts/install index 600e9a5..ca0c2ba 100755 --- a/scripts/install +++ b/scripts/install @@ -112,11 +112,11 @@ chown $app "$final_path/config/config.inc.php" # SECURE FILES AND DIRECTORIES #================================================= -for folder in attachments cache exports files imports logs photos templates_c tempimages -do - chown $app "$final_path/data/$folder" - chmod 750 "$final_path/data/$folder" -done +#for folder in attachments cache exports files imports logs photos templates_c tempimages +#do + chown -R $app "$final_path/data/$folder" + chmod -R 775 "$final_path/data/$folder" +#done #================================================= # SETUP LOGROTATE