From 47ce83086ccf58060a8fd5fc89f1ae9708b630b2 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sun, 17 Feb 2019 21:43:43 +0000 Subject: [PATCH 1/2] release 190217 --- linuxgsm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linuxgsm.sh b/linuxgsm.sh index e7e603f42..31b1ccd37 100755 --- a/linuxgsm.sh +++ b/linuxgsm.sh @@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then set -x fi -version="190106" +version="190217" shortname="core" gameservername="core" rootdir="$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")" From 3e4114bfb83ba05a39dc539152dfa35180915e89 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sun, 17 Feb 2019 22:06:23 +0000 Subject: [PATCH 2/2] fix(install): corrected missed shortname vars --- lgsm/functions/install_server_files.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lgsm/functions/install_server_files.sh b/lgsm/functions/install_server_files.sh index 45316dbf4..7392a19a3 100644 --- a/lgsm/functions/install_server_files.sh +++ b/lgsm/functions/install_server_files.sh @@ -132,19 +132,19 @@ if [ -n "${appid}" ]; then fn_install_server_files_steamcmd fi -if [ "${shortname}" == "TeamSpeak 3" ]; then +if [ "${shortname}" == "ts3" ]; then update_ts3.sh -elif [ "${shortname}" == "Minecraft" ]; then +elif [ "${shortname}" == "mc" ]; then install_minecraft_eula.sh update_minecraft.sh -elif [ "${shortname}" == "Mumble" ]; then +elif [ "${shortname}" == "mumble" ]; then update_mumble.sh -elif [ "${shortname}" == "Multi Theft Auto" ]; then +elif [ "${shortname}" == "mta" ]; then update_mta.sh -elif [ "${shortname}" == "Factorio" ]; then +elif [ "${shortname}" == "fctr" ]; then update_factorio.sh install_factorio_save.sh -elif [ -z "${appid}" ]||[ "${shortname}" == "GoldenEye: Source" ]||[ "${shortname}" == "Base Defense" ]||[ "${shortname}" == "BrainBread" ]||[ "${shortname}" == "ns" ]||[ "${shortname}" == "vs" ]; then +elif [ -z "${appid}" ]||[ "${shortname}" == "ges" ]||[ "${shortname}" == "bd" ]||[ "${shortname}" == "bb" ]||[ "${shortname}" == "ns" ]||[ "${shortname}" == "vs" ]; then if [ "${shortname}" == "Unreal Tournament" ]; then install_unreal_tournament_eula.sh fi