Browse Source

typo

pull/1477/head
Daniel Gibbs 8 years ago
parent
commit
4bf75bf17d
  1. 2
      linuxgsm.sh

2
linuxgsm.sh

@ -250,7 +250,7 @@ if [ "${shortname}" == "core" ]; then
# Download the serverlist. This is the complete list of all supported servers.
# Download to tmp dir
fn_boostrap_fetch_file "lgsm/data" "serverlist.csv" "${tmpdir}/data" "serverlist.csv" "noexecutecmd" "norun" "noforce" "nomd5"
fn_bootstrap_fetch_file "lgsm/data" "serverlist.csv" "${tmpdir}/data" "serverlist.csv" "noexecutecmd" "norun" "noforce" "nomd5"
# if missing in lgsm dir copy it accross
if [ ! -f "${serverlist}" ]; then
mkdir -p "${datadir}"

Loading…
Cancel
Save