mirror of
https://github.com/GameServerManagers/LinuxGSM.git
synced 2025-01-09 04:27:35 +08:00
Removed wrong unnecessary parameter
local_filename = github_file_url_name (not $4)
This commit is contained in:
parent
4448b835fb
commit
df8046fac6
@ -281,7 +281,7 @@ if [ "${shortname}" == "core" ]; then
|
||||
if [ -f "${serverlist}" ]; then
|
||||
rm "${serverlist}"
|
||||
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
|
||||
echo "[ FAIL ] serverlist.csv could not be loaded."
|
||||
exit 1
|
||||
|
Loading…
Reference in New Issue
Block a user