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

Merge pull request #231 from YunoHost-Apps/testing

This commit is contained in:
tituspijean 2023-05-02 16:08:19 +02:00 committed by GitHub
commit 4d85beae40
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"