1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/flood_ynh.git synced 2024-09-03 18:36:20 +02:00

[autopatch] TEST BEFORE MERGE ynh_setup_source --full_replace=1

This commit is contained in:
Yunohost-Bot 2024-03-11 16:04:35 +01:00 committed by Félix Piédallu
parent 343648dc39
commit 9fae9d3f1d
2 changed files with 2 additions and 2 deletions

View file

@ -37,7 +37,7 @@ chown -R $app:www-data "$data_dir"
ynh_script_progression --message="Reinstalling dependencies..."
tmpdir="$(mktemp -d)"
ynh_setup_source --dest_dir="$tmpdir"
ynh_setup_source --dest_dir="$tmpdir" --full_replace=1
dpkg -i $tmpdir/flood-linux.deb
ynh_secure_remove --file="$tmpdir"

View file

@ -54,7 +54,7 @@ ynh_add_nginx_config
ynh_script_progression --message="Upgrading dependencies..."
tmpdir="$(mktemp -d)"
ynh_setup_source --dest_dir="$tmpdir"
ynh_setup_source --dest_dir="$tmpdir" --full_replace=1
dpkg -i $tmpdir/flood-linux.deb
ynh_secure_remove --file="$tmpdir"