From 6259aeceec6ca3df5a8fcf56d66834336b1342af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Thu, 11 Jan 2024 00:46:59 +0100 Subject: [PATCH] full_replace ynh_setup source upgrade --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index b8bdcdf..0a3eb97 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -16,7 +16,7 @@ source /usr/share/yunohost/helpers #================================================= ynh_script_progression --message="Upgrading source files..." --weight=1 -ynh_setup_source --dest_dir="$install_dir/source" +ynh_setup_source --dest_dir="$install_dir/source" --full_replace=1 chown -R $app:www-data "$install_dir" ynh_script_progression --message="Installing NodeJS..." --weight=20