From cb5dbba9619fb1c33490ee8649e121a19e3c3974 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Sun, 28 Jan 2024 16:47:10 +0100 Subject: [PATCH] Keep on upgrade --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index f2ae69f..c1dc40d 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -31,7 +31,7 @@ ynh_script_progression --message="Upgrading source files..." ynh_exec_warn ls -lah "$install_dir" # Download, check integrity, uncompress and patch the source from app.src -ynh_setup_source --dest_dir="$install_dir" --full_replace=1 +ynh_setup_source --dest_dir="$install_dir" --full_replace=1 --keep=".config .minio" chmod +x "$install_dir/cells"