diff --git a/scripts/upgrade b/scripts/upgrade index 9c20251..fe6e3b8 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -45,7 +45,7 @@ then builddir="$(mktemp -d)" # Download, check integrity, uncompress and patch the source from app.src - ynh_setup_source --dest_dir="$builddir" + ynh_setup_source --dest_dir="$builddir" --full_replace=1 fi #=================================================