diff --git a/scripts/install b/scripts/install index 2c6f4ff..f7d9091 100644 --- a/scripts/install +++ b/scripts/install @@ -157,6 +157,10 @@ ynh_store_file_checksum "$final_path/config.php" # Set permissions to app files chown -R $app: $final_path +chmod 755 -R $final_path +chmod -R o-rwx $final_path +chown -R $app:www-data $final_path + #================================================= # SETUP SSOWAT #=================================================