From 75ff36a9b718b93e2fcce53e23a2a453970a13bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 17 Feb 2023 21:57:17 +0100 Subject: [PATCH] cleaning --- scripts/install | 2 -- scripts/restore | 2 -- scripts/upgrade | 2 -- 3 files changed, 6 deletions(-) diff --git a/scripts/install b/scripts/install index 050641a..af475a6 100755 --- a/scripts/install +++ b/scripts/install @@ -25,8 +25,6 @@ ynh_script_progression --message="Setting up source files..." --weight=1 # Download, check integrity, uncompress and patch the source from app.src ynh_setup_source --dest_dir="$install_dir" -chmod 750 "$install_dir" -chmod -R o-rwx "$install_dir" chown -R $app:www-data "$install_dir" #================================================= diff --git a/scripts/restore b/scripts/restore index e700e08..96d0216 100755 --- a/scripts/restore +++ b/scripts/restore @@ -25,8 +25,6 @@ ynh_script_progression --message="Restoring the app main directory..." --weight= ynh_restore_file --origin_path="$install_dir" -chmod 750 "$install_dir" -chmod -R o-rwx "$install_dir" chown -R $app:www-data "$install_dir" #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index 920bf9a..069e44d 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -47,8 +47,6 @@ then fi -chmod 750 "$install_dir" -chmod -R o-rwx "$install_dir" chown -R $app:www-data "$install_dir" #=================================================