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