Daniel Gibbs
4 years ago
No known key found for this signature in database
GPG Key ID: 5D5AB867A27738EC
6 changed files with
6 additions and
6 deletions
-
lgsm/functions/core_functions.sh
-
linuxgsm.sh
-
tests/tests_fctrserver.sh
-
tests/tests_jc2server.sh
-
tests/tests_mcserver.sh
-
tests/tests_ts3server.sh
|
|
@ -8,7 +8,7 @@ |
|
|
|
|
|
|
|
functionselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")" |
|
|
|
|
|
|
|
modulesversion="v21.3.1" |
|
|
|
modulesversion="v21.3.2" |
|
|
|
|
|
|
|
# Core |
|
|
|
|
|
|
|
|
|
@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then |
|
|
|
set -x |
|
|
|
fi |
|
|
|
|
|
|
|
version="v21.3.1" |
|
|
|
version="v21.3.2" |
|
|
|
shortname="core" |
|
|
|
gameservername="core" |
|
|
|
commandname="CORE" |
|
|
|
|
|
@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then |
|
|
|
set -x |
|
|
|
fi |
|
|
|
|
|
|
|
version="v21.3.1" |
|
|
|
version="v21.3.2" |
|
|
|
shortname="fctr" |
|
|
|
gameservername="fctrserver" |
|
|
|
commandname="CORE" |
|
|
|
|
|
@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then |
|
|
|
set -x |
|
|
|
fi |
|
|
|
|
|
|
|
version="v21.3.1" |
|
|
|
version="v21.3.2" |
|
|
|
shortname="jc2" |
|
|
|
gameservername="jc2server" |
|
|
|
commandname="CORE" |
|
|
|
|
|
@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then |
|
|
|
set -x |
|
|
|
fi |
|
|
|
|
|
|
|
version="v21.3.1" |
|
|
|
version="v21.3.2" |
|
|
|
shortname="mc" |
|
|
|
gameservername="mcserver" |
|
|
|
commandname="CORE" |
|
|
|
|
|
@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then |
|
|
|
set -x |
|
|
|
fi |
|
|
|
|
|
|
|
version="v21.3.1" |
|
|
|
version="v21.3.2" |
|
|
|
shortname="ts3" |
|
|
|
gameservername="ts3server" |
|
|
|
commandname="CORE" |
|
|
|