From 386eb4146e74dae443b3b1a605b0203058669152 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 16 Sep 2022 08:11:58 +0200 Subject: [PATCH] Update upgrade --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 587f42f..1ed2f2d 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -104,7 +104,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" #--keep="$final_path/config.json" + ynh_setup_source --dest_dir="$final_path" #--keep="config.json" # Copy the admin saved settings from tmp directory to final path cp -a "$tmpdir/config.json" "$final_path/config.json"