1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/friendica_ynh.git synced 2024-09-03 18:36:14 +02:00

Merge pull request #2 from mr-eshua/2021.04-fix-cp

upgrade: fix cp destination for smarty3 dir
This commit is contained in:
Roman Kupriyanov 2021-07-16 23:49:12 +03:00 committed by GitHub
commit f119130546
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -131,7 +131,7 @@ else
git clone https://github.com/friendica/friendica-addons.git -b stable "$final_path/addon" git clone https://github.com/friendica/friendica-addons.git -b stable "$final_path/addon"
# Restore the smarty3 folder # Restore the smarty3 folder
cp -a "$tmpdir/view/smarty3" "${final_path}" cp -a "$tmpdir/view/smarty3" "$final_path/view/smarty3"
ynh_secure_remove "$tmpdir" ynh_secure_remove "$tmpdir"
fi fi