From 6615ed0f573286ebe35c52bda86d19930ca435cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Tue, 20 Feb 2024 15:55:22 +0100 Subject: [PATCH] Upgrade: update list of keep files --- scripts/upgrade | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index e33e051..07516f9 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -40,7 +40,8 @@ fi ynh_script_progression --message="Upgrading source files..." --weight=5 # Download, check integrity, uncompress and patch the source from app.src -ynh_setup_source --dest_dir=$install_dir --full_replace=1 --keep="config/config_inc.php" +ynh_setup_source --dest_dir=$install_dir --full_replace=1 \ + --keep="config/config_inc.php config/custom_strings_inc.php config/custom_constants_inc.php config/custom_functions_inc.php" # Set permissions to app files chmod -R o-rwx "$install_dir"