From 7976894ee72205422715c4b2f521c84ffa8c4973 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 1 Apr 2021 19:26:58 +0200 Subject: [PATCH] typo --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 79ed0d4..93e2956 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -138,7 +138,7 @@ then cp -a "$tmpdir/prod.secret.exs" "$final_path/$app/config/prod.secret.exs" # Restore upload dir - sync -a "$tmpdir/uploads" "$final_path/$app/." + rsync -a "$tmpdir/uploads" "$final_path/$app/." # Remove the tmp directory securely ynh_secure_remove --file="$tmpdir"