Browse Source

Merge remote-tracking branch 'refs/remotes/origin/master' into development

pull/1038/head
Daniel Gibbs 9 years ago
parent
commit
2544acb054
  1. 2
      lgsm/functions/command_details.sh
  2. 9
      lgsm/functions/core_functions.sh
  3. 2
      lgsm/functions/core_getopt.sh
  4. 2
      lgsm/functions/install_server_files.sh

2
lgsm/functions/command_details.sh

@ -642,4 +642,4 @@ else
fi
fn_details_statusbottom
core_exit.sh
core_exit.sh

9
lgsm/functions/core_functions.sh

@ -116,6 +116,15 @@ functionfile="${FUNCNAME}"
fn_fetch_function
}
command_postdetails.sh(){
functionfile="${FUNCNAME}"
tempffname=$functionfile
fn_fetch_function
functionfile="command_details.sh"
fn_fetch_function
functionfile=$tempffname
}
command_details.sh(){
functionfile="${FUNCNAME}"
fn_fetch_function

2
lgsm/functions/core_getopt.sh

@ -541,4 +541,4 @@ elif [ "${engine}" == "unreal" ]; then
else
fn_getopt_generic
fi
core_exit.sh
core_exit.sh

2
lgsm/functions/install_server_files.sh

@ -22,7 +22,7 @@ fn_install_server_files(){
elif [ "${gamename}" == "Unreal Tournament" ]; then
fileurl="http://files.gameservermanagers.com/UnrealTournament/UnrealTournament-Server-XAN-3045522-Linux.zip"; filedir="${lgsmdir}/tmp"; filename="UnrealTournament-Server-XAN-3045522-Linux.zip"; executecmd="noexecute" run="norun"; force="noforce"; md5="553fed5645a9fc623e92563049bf79f6"
elif [ "${gamename}" == "GoldenEye: Source" ]; then
fileurl="http://files.gameservermanagers.com/GoldenEyeSource/GoldenEye_Source_v5.0.1_server_full_Linux.tar.bz2"; filedir="${lgsmdir}/tmp"; filename="GoldenEye_Source_v5.0.1_server_full_Linux.tar.bz2"; executecmd="noexecute" run="norun"; force="noforce"; md5="976cebc812cd8af01c272e97835e77ce"
fileurl="http://files.gameservermanagers.com/GoldenEyeSource/GoldenEye_Source_v5.0.1_full_server_linux.tar.bz2"; filedir="${lgsmdir}/tmp"; filename="GoldenEye_Source_v5.0.1_server_full_Linux.tar.bz2"; executecmd="noexecute" run="norun"; force="noforce"; md5="254533d4643ad2fe6f1f3ecc4f6b5e5f"
fi
fn_fetch_file "${fileurl}" "${filedir}" "${filename}" "${executecmd}" "${run}" "${force}" "${md5}"
fn_dl_extract "${filedir}" "${filename}" "${filesdir}"

Loading…
Cancel
Save