Browse Source

Merge branch 'hotfix/v21.2.1'

pull/3381/head v21.2.1
Daniel Gibbs 4 years ago
parent
commit
9147b9711b
  1. 2
      lgsm/config-default/config-lgsm/vhserver/_default.cfg
  2. 2
      lgsm/functions/core_functions.sh
  3. 2
      lgsm/functions/update_ts3.sh
  4. 2
      linuxgsm.sh
  5. 2
      tests/tests_fctrserver.sh
  6. 2
      tests/tests_jc2server.sh
  7. 2
      tests/tests_mcserver.sh
  8. 2
      tests/tests_ts3server.sh

2
lgsm/config-default/config-lgsm/vhserver/_default.cfg

@ -18,7 +18,7 @@ public="1"
savedir="$HOME/.config/unity3d/IronGate/Valheim"
## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
startparameters="-name \"${servername}\" -password \"${serverpassword}\" -port ${port} -world \"${gameworld}\" -public ${public} -savedir \"${savedir}\""
startparameters="-name '${servername}' -password ${serverpassword} -port ${port} -world ${gameworld} -public ${public} -savedir '${savedir}'"
#### LinuxGSM Settings ####

2
lgsm/functions/core_functions.sh

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

2
lgsm/functions/update_ts3.sh

@ -103,7 +103,7 @@ fn_update_ts3_localbuild(){
fn_update_ts3_remotebuild(){
# Gets remote build info.
if [ "${ts3arch}" == "x86_64" ]; then
if [ "${ts3arch}" == "amd64" ]; then
remotebuild=$(curl -s "https://www.teamspeak.com/versions/server.json" | jq -r '.linux.x86_64.version')
elif [ "${ts3arch}" == "x86" ]; then
remotebuild=$(curl -s "https://www.teamspeak.com/versions/server.json" | jq -r '.linux.x86.version')

2
linuxgsm.sh

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

2
tests/tests_fctrserver.sh

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

2
tests/tests_jc2server.sh

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

2
tests/tests_mcserver.sh

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

2
tests/tests_ts3server.sh

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

Loading…
Cancel
Save