Jelajahi Sumber

Another directory fix

Braunson 9 tahun lalu
induk
melakukan
d739b9e2c3
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      lgsm/functions/update_mta.sh

+ 1 - 1
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}/"* "${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