From 7d0bc36848ddbf82ee1fe1e8af53358e0936545d Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 21 Apr 2021 23:45:51 +0200 Subject: [PATCH] Fix --- scripts/install | 1 - scripts/restore | 1 - scripts/upgrade | 1 - 3 files changed, 3 deletions(-) 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" #=================================================