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

Hotfix content dir migration

Fixes #230
This commit is contained in:
tituspijean 2023-05-02 16:07:59 +02:00 committed by GitHub
parent fb237c951a
commit 87b700c32b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"