From 5fb2427c9315f0bb72c65872c86835709bdbe67c Mon Sep 17 00:00:00 2001 From: rodinux Date: Mon, 18 Sep 2023 20:44:46 +0200 Subject: [PATCH] keep only the file for config.local.user.php --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 08ae68e..4b99aab 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -47,7 +47,7 @@ then 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" --keep="association.sqlite data config.local.user.php" --full_replace=1 + ynh_setup_source --dest_dir="$install_dir" --keep="config.local.user.php" --full_replace=1 fi chmod -R o-rwx "$install_dir"