From 8f252cd9cc331fa7f9bdd43957643b068687b3d0 Mon Sep 17 00:00:00 2001 From: Roman Kupriyanov Date: Wed, 14 Jul 2021 18:17:05 +0300 Subject: [PATCH] upgrade: fix cp destination for smarty3 dir --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index b74f12d..841fc96 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -131,7 +131,7 @@ else git clone https://github.com/friendica/friendica-addons.git -b stable "$final_path/addon" # Restore the smarty3 folder - cp -a "$tmpdir/view/smarty3" "${final_path}" + cp -a "$tmpdir/view/smarty3" "$final_path/view/smarty3" ynh_secure_remove "$tmpdir" fi