From 90eef8fecb32df2901650d2bef9168ce42c6a637 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 22 Jul 2021 07:11:47 +0200 Subject: [PATCH] fix --- scripts/install | 2 +- scripts/restore | 2 +- scripts/upgrade | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index 794689f..c846c72 100644 --- a/scripts/install +++ b/scripts/install @@ -64,7 +64,7 @@ ynh_app_setting_set --app=$app --key=final_path --value=$final_path ynh_setup_source --dest_dir="$final_path" chmod 750 "$final_path" -chmod -R o-rwx "$final_path" +#chmod -R o-rwx "$final_path" chown -R $app:www-data "$final_path" #================================================= diff --git a/scripts/restore b/scripts/restore index 1e31906..8942682 100755 --- a/scripts/restore +++ b/scripts/restore @@ -62,7 +62,7 @@ ynh_script_progression --message="Restoring the app main directory..." ynh_restore_file --origin_path="$final_path" chmod 750 "$final_path" -chmod -R o-rwx "$final_path" +#chmod -R o-rwx "$final_path" chown -R $app:www-data "$final_path" #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index 1c43702..8898007 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -89,7 +89,7 @@ then fi chmod 750 "$final_path" -chmod -R o-rwx "$final_path" +#chmod -R o-rwx "$final_path" chown -R $app:www-data "$final_path" #=================================================