Browse Source
Merge branch 'hotfix/v23.5.2'
pull/4341/head
v23.5.2
Daniel Gibbs
2 years ago
No known key found for this signature in database
GPG Key ID: 2076B128385E8C55
7 changed files with
8 additions and
8 deletions
-
lgsm/modules/core_functions.sh
-
lgsm/modules/core_modules.sh
-
linuxgsm.sh
-
tests/tests_fctrserver.sh
-
tests/tests_jc2server.sh
-
tests/tests_mcserver.sh
-
tests/tests_ts3server.sh
|
|
@ -8,7 +8,7 @@ |
|
|
|
|
|
|
|
module_selfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")" |
|
|
|
|
|
|
|
modulesversion="v23.5.1" |
|
|
|
modulesversion="v23.5.2" |
|
|
|
|
|
|
|
# Core |
|
|
|
|
|
|
|
|
|
@ -8,7 +8,7 @@ |
|
|
|
|
|
|
|
moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")" |
|
|
|
|
|
|
|
modulesversion="v23.5.1" |
|
|
|
modulesversion="v23.5.2" |
|
|
|
|
|
|
|
# Core |
|
|
|
|
|
|
|
|
|
@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then |
|
|
|
set -x |
|
|
|
fi |
|
|
|
|
|
|
|
version="v23.5.1" |
|
|
|
version="v23.5.2" |
|
|
|
shortname="core" |
|
|
|
gameservername="core" |
|
|
|
commandname="CORE" |
|
|
@ -33,7 +33,7 @@ steamcmddir="${HOME}/.steam/steamcmd" |
|
|
|
[ -n "${LGSM_SERVERFILES}" ] && serverfiles="${LGSM_SERVERFILES}" || serverfiles="${rootdir}/serverfiles" |
|
|
|
modulesdir="${lgsmdir}/modules" |
|
|
|
tmpdir="${lgsmdir}/tmp" |
|
|
|
datadir="${lgsmdir}/data" |
|
|
|
[ -n "${LGSM_DATADIR}" ] && datadir="${LGSM_DATADIR}" || datadir="${lgsmdir}/data" |
|
|
|
lockdir="${lgsmdir}/lock" |
|
|
|
sessionname="${selfname}" |
|
|
|
[ -f "${datadir}/${selfname}.uid" ] && socketname="${sessionname}-$(cat "${datadir}/${selfname}.uid")" |
|
|
|
|
|
@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then |
|
|
|
set -x |
|
|
|
fi |
|
|
|
|
|
|
|
version="v23.5.1" |
|
|
|
version="v23.5.2" |
|
|
|
shortname="fctr" |
|
|
|
gameservername="fctrserver" |
|
|
|
commandname="CORE" |
|
|
|
|
|
@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then |
|
|
|
set -x |
|
|
|
fi |
|
|
|
|
|
|
|
version="v23.5.1" |
|
|
|
version="v23.5.2" |
|
|
|
shortname="jc2" |
|
|
|
gameservername="jc2server" |
|
|
|
commandname="CORE" |
|
|
|
|
|
@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then |
|
|
|
set -x |
|
|
|
fi |
|
|
|
|
|
|
|
version="v23.5.1" |
|
|
|
version="v23.5.2" |
|
|
|
shortname="mc" |
|
|
|
gameservername="mcserver" |
|
|
|
commandname="CORE" |
|
|
|
|
|
@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then |
|
|
|
set -x |
|
|
|
fi |
|
|
|
|
|
|
|
version="v23.5.1" |
|
|
|
version="v23.5.2" |
|
|
|
shortname="ts3" |
|
|
|
gameservername="ts3server" |
|
|
|
commandname="CORE" |
|
|
|