1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/aeneria_ynh.git synced 2024-09-03 18:06:15 +02:00

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

This commit is contained in:
Yunohost-Bot 2024-03-11 15:37:53 +01:00 committed by Félix Piédallu
parent 1cde428921
commit a25036425c

View file

@ -56,7 +56,7 @@ then
tmpdir="$(ynh_smart_mktemp min_size=300)" tmpdir="$(ynh_smart_mktemp min_size=300)"
# 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="$tmpdir" ynh_setup_source --dest_dir="$tmpdir" --full_replace=1
# Keep private dir # Keep private dir
mv "$install_dir/private" "$tmpdir" mv "$install_dir/private" "$tmpdir"