Browse Source

Merge branch 'hotfix/v23.2.1'

pull/4182/head v23.2.1
Daniel Gibbs 2 years ago
parent
commit
eb88d3595b
No known key found for this signature in database GPG Key ID: 7CA38B43F78F12FE
  1. 2
      lgsm/functions/core_functions.sh
  2. 2
      lgsm/functions/update_minecraft.sh
  3. 2
      linuxgsm.sh
  4. 2
      tests/tests_fctrserver.sh
  5. 2
      tests/tests_jc2server.sh
  6. 2
      tests/tests_mcserver.sh
  7. 2
      tests/tests_ts3server.sh

2
lgsm/functions/core_functions.sh

@ -8,7 +8,7 @@
functionselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")" functionselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
modulesversion="v23.2.0" modulesversion="v23.2.1"
# Core # Core

2
lgsm/functions/update_minecraft.sh

@ -16,7 +16,7 @@ fn_update_localbuild() {
# Gets local build info. # Gets local build info.
fn_print_dots "Checking local build: ${remotelocation}" fn_print_dots "Checking local build: ${remotelocation}"
# Uses executable to get local build. # Uses executable to get local build.
if [ -d "${exutabledir}" ]; then if [ -d "${executabledir}" ]; then
cd "${executabledir}" || exit cd "${executabledir}" || exit
localbuild=$(unzip -p "minecraft_server.jar" version.json | jq -r '.id') localbuild=$(unzip -p "minecraft_server.jar" version.json | jq -r '.id')
fi fi

2
linuxgsm.sh

@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then
set -x set -x
fi fi
version="v23.2.0" version="v23.2.1"
shortname="core" shortname="core"
gameservername="core" gameservername="core"
commandname="CORE" commandname="CORE"

2
tests/tests_fctrserver.sh

@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then
set -x set -x
fi fi
version="v23.2.0" version="v23.2.1"
shortname="fctr" shortname="fctr"
gameservername="fctrserver" gameservername="fctrserver"
commandname="CORE" commandname="CORE"

2
tests/tests_jc2server.sh

@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then
set -x set -x
fi fi
version="v23.2.0" version="v23.2.1"
shortname="jc2" shortname="jc2"
gameservername="jc2server" gameservername="jc2server"
commandname="CORE" commandname="CORE"

2
tests/tests_mcserver.sh

@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then
set -x set -x
fi fi
version="v23.2.0" version="v23.2.1"
shortname="mc" shortname="mc"
gameservername="mcserver" gameservername="mcserver"
commandname="CORE" commandname="CORE"

2
tests/tests_ts3server.sh

@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then
set -x set -x
fi fi
version="v23.2.0" version="v23.2.1"
shortname="ts3" shortname="ts3"
gameservername="ts3server" gameservername="ts3server"
commandname="CORE" commandname="CORE"

Loading…
Cancel
Save