diff --git a/scripts/install b/scripts/install index a454443..cc95d1b 100755 --- a/scripts/install +++ b/scripts/install @@ -72,7 +72,6 @@ ynh_add_nginx_config # Set permissions to app files chmod 750 "$final_path" -chmod -R o-rwx "$final_path" chown -R root: "$final_path" #================================================= diff --git a/scripts/restore b/scripts/restore index c6c686b..6b4bb9b 100755 --- a/scripts/restore +++ b/scripts/restore @@ -57,7 +57,6 @@ ynh_restore_file --origin_path="$final_path" # Restore permissions on app files chmod 750 "$final_path" -chmod -R o-rwx "$final_path" chown -R root: "$final_path" #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index 849575f..eb0a592 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -87,7 +87,6 @@ ynh_add_nginx_config # Set right permissions for curl installation chmod 750 "$final_path" -chmod -R o-rwx "$final_path" chown -R root: "$final_path" #=================================================