From 385c1079af77ee3db5c9e191032b1bc6e8396561 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sun, 21 Aug 2022 19:44:51 +0200 Subject: [PATCH] Update upgrade --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index e0ffd22..db0ee25 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -127,7 +127,7 @@ 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="$final_path" --keep="application/config/config.php plugins/ application/config/config.php upload/" + ynh_setup_source --dest_dir="$final_path" --keep="plugins/ upload/ application/config/config.php" fi chmod 750 "$final_path"