From 8c1da6af7aeedae791972fb41bbe811a28146575 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 22 May 2021 19:19:48 +0200 Subject: [PATCH] Fix --- scripts/install | 2 -- scripts/restore | 2 -- scripts/upgrade | 2 -- 3 files changed, 6 deletions(-) diff --git a/scripts/install b/scripts/install index 78f54df..0d0e216 100755 --- a/scripts/install +++ b/scripts/install @@ -57,8 +57,6 @@ ynh_app_setting_set --app=$app --key=final_path --value=$final_path # Download, check integrity, uncompress and patch the source from app.src ynh_setup_source --dest_dir="$final_path" -chmod 750 "$final_path" -chmod -R o-rwx "$final_path" chown -R root: "$final_path" #================================================= diff --git a/scripts/restore b/scripts/restore index 5ec966e..65415ef 100644 --- a/scripts/restore +++ b/scripts/restore @@ -50,8 +50,6 @@ ynh_script_progression --message="Restoring $app main directory..." --weight=2 ynh_restore_file --origin_path="$final_path" -chmod 750 "$final_path" -chmod -R o-rwx "$final_path" chown -R root: "$final_path" #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index 9bf8d8c..7d7e892 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -69,8 +69,6 @@ then ynh_setup_source --dest_dir="$final_path" fi -chmod 750 "$final_path" -chmod -R o-rwx "$final_path" chown -R root: "$final_path" #=================================================