From e5176ba57dbb9fc42a44e860bf5a35624f8fbec1 Mon Sep 17 00:00:00 2001
From: Braunson <bmazoka@gmail.com>
Date: Sun, 22 Jan 2017 21:05:20 -0600
Subject: [PATCH] Forgot a slash..

---
 lgsm/functions/update_mta.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lgsm/functions/update_mta.sh b/lgsm/functions/update_mta.sh
index a7623d4cb..099344b71 100644
--- a/lgsm/functions/update_mta.sh
+++ b/lgsm/functions/update_mta.sh
@@ -14,7 +14,7 @@ fn_update_mta_dl(){
 	fn_dl_extract "${tmpdir}" "multitheftauto_linux_x64-${FUL_VERSION}.tar.gz" "${tmpdir}/multitheftauto_linux_x64-${FUL_VERSION}"
 	echo -e "copying to ${filesdir}...\c"
 	fn_script_log "Copying to ${filesdir}"
-	cp -R "${tmpdir}/multitheftauto_linux_x64-${FUL_VERSION}/multitheftauto_linux_x64-${FUL_VERSION}"* "${filesdir}"
+	cp -R "${tmpdir}/multitheftauto_linux_x64-${FUL_VERSION}/multitheftauto_linux_x64-${FUL_VERSION}/"* "${filesdir}"
 	local exitcode=$?
 	if [ "${exitcode}" == "0" ]; then
 		fn_print_ok_eol_nl