Daniel Gibbs 9 лет назад
Родитель
Сommit
2bc7a638b4
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      linuxgsm.sh

+ 1 - 1
linuxgsm.sh

@@ -269,7 +269,7 @@ if [ "${shortname}" == "core" ]; then
 	# Download the serverlist. This is the complete list of all supported servers.
 	# Download the serverlist. This is the complete list of all supported servers.
 	# Download to tmp dir
 	# Download to tmp dir
 	fn_bootstrap_fetch_file_github "lgsm/data" "serverlist.csv" "${tmpdir}/data" "serverlist.csv" "nochmodx" "norun" "noforcedl" "nomd5"
 	fn_bootstrap_fetch_file_github "lgsm/data" "serverlist.csv" "${tmpdir}/data" "serverlist.csv" "nochmodx" "norun" "noforcedl" "nomd5"
-	# if missing in lgsm dir copy it accross
+	# if missing in lgsm dir copy it across
 	if [ ! -f "${serverlist}" ]; then
 	if [ ! -f "${serverlist}" ]; then
 		mkdir -p "${datadir}"
 		mkdir -p "${datadir}"
 		cp -R "${serverlist_tmp}" "${serverlist}"
 		cp -R "${serverlist_tmp}" "${serverlist}"