From 821703afde39818e05251cfad90fd2fb624f3720 Mon Sep 17 00:00:00 2001 From: Salamandar <6552989+Salamandar@users.noreply.github.com> Date: Thu, 21 Mar 2024 01:05:48 +0100 Subject: [PATCH] [autopatch] ynh_setup_source --full_replace=1 (#164) Co-authored-by: OniriCorpe Co-authored-by: eric_G <46165813+ericgaspar@users.noreply.github.com> Co-authored-by: yunohost-bot Co-authored-by: YunoHost Bot Co-authored-by: Yunohost-Bot <> Co-authored-by: OniriCorpe --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 59e0a7b..053ed5a 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -57,7 +57,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=$install_dir + ynh_setup_source --dest_dir=$install_dir --full_replace=1 --keep="data AdGuardHome.yaml" fi chmod -R o-rwx "$install_dir"