1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/owntracks_ynh.git synced 2024-09-03 19:56:24 +02:00

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

This commit is contained in:
Yunohost-Bot 2024-03-11 16:07:06 +01:00 committed by Félix Piédallu
parent ca37bef2e1
commit 94a192009b

View file

@ -14,7 +14,7 @@ source /usr/share/yunohost/helpers
#=================================================
ynh_script_progression --message="Ensuring downward compatibility..." --weight=1
# Cleanup previous package that ynh_setup_source on install_dir
# Cleanup previous package that ynh_setup_source on install_dir --full_replace=1
if [ ! -d "$install_dir/www" ]; then
ynh_secure_remove "$install_dir"/* "$install_dir"/.*
fi