diff --git a/scripts/install b/scripts/install index 3505d7b..9a92df9 100755 --- a/scripts/install +++ b/scripts/install @@ -151,7 +151,7 @@ mkdir -p /home/yunohost.$app/uploads/{big,medium,small,thumb,import,raw} # Set permissions to app files chown -R $app: $final_path chown -R $app: /home/yunohost.$app -chmod -R 750 /home/yunohost.$app +chmod -R 755 /home/yunohost.$app #================================================= # SETUP SSOWAT diff --git a/scripts/restore b/scripts/restore index 12ecb3c..a6aaa84 100755 --- a/scripts/restore +++ b/scripts/restore @@ -83,7 +83,7 @@ ynh_restore_file --origin_path="/home/yunohost.$app" --not_mandatory # Restore permissions on app files chown -R $app: $final_path -chmod -R 750 /home/yunohost.$app +chmod -R 755 /home/yunohost.$app #================================================= # RESTORE THE PHP-FPM CONFIGURATION diff --git a/scripts/upgrade b/scripts/upgrade index 144f4b0..0e8b93e 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -146,7 +146,7 @@ ynh_store_file_checksum --file="$final_path/.env" # Set permissions on app files chown -R $app: $final_path -chmod -R 750 /home/yunohost.$app +chmod -R 755 /home/yunohost.$app #================================================= # RELOAD NGINX