From 2eb4b66ec68d7f0f5df6fc72a7eb0988a52fcbbb Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 18 Apr 2021 19:33:57 +0200 Subject: [PATCH] Update upgrade --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 05b0392..a4a36c7 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -96,7 +96,7 @@ then cp -a "$final_path/public/dist/user.css" "$tmpdir/user.css" # Move media to new path - cp -a "$final_path/public/uploads/*" "$public_path/uploads/" + cp -a "$final_path/public/uploads" "$public_path/uploads" # Remove the app directory securely ynh_secure_remove --file="$final_path"