1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mobilizon_ynh.git synced 2024-09-03 19:46:19 +02:00
This commit is contained in:
yalh76 2021-04-01 19:26:58 +02:00
parent 0661372427
commit 7976894ee7

View file

@ -138,7 +138,7 @@ then
cp -a "$tmpdir/prod.secret.exs" "$final_path/$app/config/prod.secret.exs" cp -a "$tmpdir/prod.secret.exs" "$final_path/$app/config/prod.secret.exs"
# Restore upload dir # Restore upload dir
sync -a "$tmpdir/uploads" "$final_path/$app/." rsync -a "$tmpdir/uploads" "$final_path/$app/."
# Remove the tmp directory securely # Remove the tmp directory securely
ynh_secure_remove --file="$tmpdir" ynh_secure_remove --file="$tmpdir"