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

This commit is contained in:
Yunohost-Bot 2024-03-11 15:39:54 +01:00 committed by Félix Piédallu
parent eaa5f3d6ff
commit 9f9353b736

View file

@ -45,8 +45,8 @@ then
ynh_script_progression --message="Upgrading source files..." --weight=1 ynh_script_progression --message="Upgrading source files..." --weight=1
# Download, check integrity, uncompress and patch the source from app.src # Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$install_dir" --source_id="main" --keep=".env" ynh_setup_source --dest_dir="$install_dir" --source_id="main" --full_replace=1 --keep=".env"
ynh_setup_source --dest_dir="$install_dir/static/fonts/source_han_sans" --source_id="fonts" ynh_setup_source --dest_dir="$install_dir/static/fonts/source_han_sans" --source_id="fonts" --full_replace=1
fi fi
chmod 750 "$install_dir" chmod 750 "$install_dir"