From 651a19df8e7032cd7ad4b383d0b18f3262f4528a Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Mon, 12 Feb 2024 23:41:46 +0100 Subject: [PATCH] forgotten =1 --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 7cab2e0..6043b2f 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -49,7 +49,7 @@ then ynh_script_progression --message="Upgrading source files..." --weight=4 # Download, check integrity, uncompress and patch the source from app.src - ynh_setup_source --dest_dir="$install_dir" --keep=".env public/dist/user.css" --full_replace + ynh_setup_source --dest_dir="$install_dir" --keep=".env public/dist/user.css" --full_replace=1 fi chmod 750 "$install_dir/bootstrap/cache"