From 1df3dce557f197aaaf75a649a96dc55f900dca08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 8 Jun 2024 18:26:30 +0200 Subject: [PATCH] cleaning --- scripts/restore | 1 - scripts/upgrade | 5 ----- 2 files changed, 6 deletions(-) diff --git a/scripts/restore b/scripts/restore index 76a9cc0..2a75fa5 100644 --- a/scripts/restore +++ b/scripts/restore @@ -18,7 +18,6 @@ ynh_restore_file --origin_path="$install_dir" chmod -R o-rwx "$install_dir" chown -R "$app:www-data" "$install_dir" -# chmod -R ga+w "$install_dir/data" #================================================= # RESTORE SYSTEM CONFIGURATIONS diff --git a/scripts/upgrade b/scripts/upgrade index 4014c9c..a5c6c9b 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -9,11 +9,6 @@ source _common.sh source /usr/share/yunohost/helpers -#================================================= -# ENSURE DOWNWARD COMPATIBILITY -#================================================= -# ynh_script_progression --message="Ensuring downward compatibility..." --weight=2 - #================================================= # DOWNLOAD, CHECK AND UNPACK SOURCE #=================================================