From 46b243b43f28b4a694301c29db0ef61e3a575909 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 23 Oct 2022 10:45:13 +0200 Subject: [PATCH] Update upgrade --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 6940238..1105080 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -94,7 +94,7 @@ then ynh_script_progression --message="Upgrading source files..." --weight=2 # Download, check integrity, uncompress and patch the source from app.src - ynh_setup_source --dest_dir="$final_path" --keep="config.php" + ynh_setup_source --dest_dir="$final_path" --keep="db" fi chmod 750 "$final_path"