From 74b17a7784afc3d5211009b34376b658e8c56ef7 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 15 Aug 2022 18:33:46 +0200 Subject: [PATCH] Update upgrade --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 13a0daa..c6a8b55 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -60,7 +60,7 @@ then ynh_secure_remove --file="$final_path/vendor" # Download, check integrity, uncompress and patch the source from app.src - ynh_setup_source --dest_dir="$final_path" --keep="$final_path/config/config.yml" + ynh_setup_source --dest_dir="$final_path" --keep="config/config.yml" fi chmod 750 "$final_path"