From 87b700c32b80e0081a8525a1995e17c6ebde08ab Mon Sep 17 00:00:00 2001 From: tituspijean Date: Tue, 2 May 2023 16:07:59 +0200 Subject: [PATCH] Hotfix content dir migration Fixes #230 --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index d1f1c3d..35f9464 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -88,7 +88,7 @@ then popd # Copy content folder back to the install_dir - cp -ar "$tmpdir/content" "${install_dir}/ghost/core" + cp -ar "$tmpdir/content" "${install_dir}/ghost/content" # Remove the tmp directory securely ynh_secure_remove --file="$tmpdir"