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:
commit
4d85beae40
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ then
|
||||||
popd
|
popd
|
||||||
|
|
||||||
# Copy content folder back to the install_dir
|
# 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
|
# Remove the tmp directory securely
|
||||||
ynh_secure_remove --file="$tmpdir"
|
ynh_secure_remove --file="$tmpdir"
|
||||||
|
|
Loading…
Add table
Reference in a new issue