1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/duniter_ynh.git synced 2024-09-03 18:26:35 +02:00

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

This commit is contained in:
Yunohost-Bot 2024-03-11 16:04:12 +01:00 committed by Félix Piédallu
parent 4dc2427ad7
commit 8051b3bcd3
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ source /usr/share/yunohost/helpers
#=================================================
ynh_script_progression --message="Installation of Debian package of Duniter…"
ynh_setup_source --dest_dir="$install_dir"
ynh_setup_source --dest_dir="$install_dir" --full_replace=1
ynh_exec_warn_less dpkg -i "$install_dir/duniter-server.deb"
ynh_secure_remove "$install_dir/duniter-server.deb"

View file

@ -40,7 +40,7 @@ fi
#=================================================
ynh_script_progression --message="Installation of Debian package of Duniter…"
ynh_setup_source --dest_dir="$install_dir"
ynh_setup_source --dest_dir="$install_dir" --full_replace=1
ynh_exec_warn_less dpkg -i "$install_dir/duniter-server.deb"
ynh_secure_remove "$install_dir/duniter-server.deb"