1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/glitchsoc_ynh.git synced 2024-09-03 19:15:59 +02:00

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

This commit is contained in:
Yunohost-Bot 2024-03-11 16:04:59 +01:00 committed by Félix Piédallu
parent 486b448a27
commit 095ec7d24c

View file

@ -244,7 +244,7 @@ then
rsync -a "$config" "$tmpdir/." rsync -a "$config" "$tmpdir/."
ynh_secure_remove --file="$final_path/live" ynh_secure_remove --file="$final_path/live"
ynh_setup_source --dest_dir="$final_path/live" ynh_setup_source --dest_dir="$final_path/live" --full_replace=1
if [ -d "$final_path/system.tmp" ]; then if [ -d "$final_path/system.tmp" ]; then
mv --verbose --no-target-directory "$final_path/system.tmp" "$final_path/live/public/system" mv --verbose --no-target-directory "$final_path/system.tmp" "$final_path/live/public/system"