소스 검색

Removed wrong unnecessary parameter

local_filename = github_file_url_name (not $4)
Marvin Lehmann 8 년 전
부모
커밋
df8046fac6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      linuxgsm.sh

+ 1 - 1
linuxgsm.sh

@@ -281,7 +281,7 @@ if [ "${shortname}" == "core" ]; then
 	if [ -f "${serverlist}" ]; then
 	if [ -f "${serverlist}" ]; then
 		rm "${serverlist}"
 		rm "${serverlist}"
 	fi
 	fi
-	fn_bootstrap_fetch_file_github "lgsm/data" "serverlist.csv" "${datadir}" "serverlist.csv" "nochmodx" "norun" "noforcedl" "nomd5"
+	fn_bootstrap_fetch_file_github "lgsm/data" "serverlist.csv" "${datadir}" "nochmodx" "norun" "noforcedl" "nomd5"
 	if [ ! -f "${serverlist}" ]; then
 	if [ ! -f "${serverlist}" ]; then
 		echo "[ FAIL ] serverlist.csv could not be loaded."
 		echo "[ FAIL ] serverlist.csv could not be loaded."
 		exit 1
 		exit 1