From e97ba8a6d16284183fa4491f0d0f9fdff013a86e Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 6 Apr 2021 09:00:33 +0200 Subject: [PATCH] Update upgrade --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 09d8156..2101585 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -82,7 +82,7 @@ then ynh_secure_remove --file="$final_path" # Download, check integrity, uncompress and patch the source from app.src - ynh_setup_source --dest_dir="$final_path" + ynh_setup_source --dest_dir="$final_path" #--keep="foo bar" to integrate when https://github.com/YunoHost/yunohost/pull/1200 is upstream # Copy the admin saved settings from tmp directory to final path cp -a "$tmpdir/config.json" "$final_path/config.json"