From 57422eba2cd675e2c10dddf5f610db7a5d95f4e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 21 Aug 2023 13:50:20 +0200 Subject: [PATCH] Update upgrade --- scripts/upgrade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index 4f313ee..1b86097 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -40,11 +40,11 @@ then ynh_script_progression --message="Upgrading source files..." --weight=1 # Download, check integrity, uncompress and patch the source from app.src - ynh_setup_source --dest_dir="$install_dir" --keep ="config/local.config.php view/smarty3" + ynh_setup_source --dest_dir="$install_dir" --keep ="config/local.config.php " #view/smarty3 ynh_setup_source --dest_dir="$install_dir/addon" --source_id="addons" fi -chmod -R 775 "$install_dir/view/smarty3" +#chmod -R 775 "$install_dir/view/smarty3" chmod -R o-rwx "$install_dir" chown -R $app:www-data "$install_dir"