From 2b3fa1a89910ab17b7311dde38aec89e348c84c6 Mon Sep 17 00:00:00 2001 From: frju365 Date: Sat, 29 Sep 2018 01:07:51 +0200 Subject: [PATCH] Update install --- scripts/install | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/scripts/install b/scripts/install index 321010a..1739f32 100644 --- a/scripts/install +++ b/scripts/install @@ -96,6 +96,19 @@ ynh_secure_remove $final_path/install.txt mv $final_path/public_html/* $final_path/ ynh_secure_remove $final_path/public_html +pushd final_path +chmod 0755 system/config.php +chmod 0755 system/ +chmod 0755 system/cache/ +chmod 0755 system/logs/ +chmod 0755 image/ +chmod 0755 image/thumbnails/ +chmod 0755 download/ +chmod 0755 extensions/ +chmod 0755 admin/system/backup/ +chmod 0755 resources/ +popd + #================================================= # CLI installation #=================================================