Browse Source
Merge branch 'hotfix/v24.1.2' into develop
pull/4472/head
Daniel Gibbs
1 year ago
No known key found for this signature in database
GPG Key ID: 2076B128385E8C55
3 changed files with
6 additions and
2 deletions
-
lgsm/modules/command_monitor.sh
-
lgsm/modules/core_modules.sh
-
linuxgsm.sh
|
|
@ -214,6 +214,10 @@ fn_monitor_check_session() { |
|
|
|
fn_print_ok "Checking session: " |
|
|
|
fn_print_ok_eol_nl |
|
|
|
fn_script_log_pass "Checking session: OK" |
|
|
|
# send LinuxGSM stats if monitor is OK. |
|
|
|
if [ "${stats}" == "on" ] || [ "${stats}" == "y" ] && [ "${querymode}" == "1" ]; then |
|
|
|
info_stats.sh |
|
|
|
fi |
|
|
|
else |
|
|
|
fn_print_error "Checking session: " |
|
|
|
fn_print_fail_eol_nl |
|
|
|
|
|
@ -8,7 +8,7 @@ |
|
|
|
|
|
|
|
moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")" |
|
|
|
|
|
|
|
modulesversion="v24.1.1" |
|
|
|
modulesversion="v24.1.2" |
|
|
|
|
|
|
|
# Core |
|
|
|
|
|
|
|
|
|
@ -24,7 +24,7 @@ if [ -f ".dev-debug" ]; then |
|
|
|
set -x |
|
|
|
fi |
|
|
|
|
|
|
|
version="v24.1.1" |
|
|
|
version="v24.1.2" |
|
|
|
shortname="core" |
|
|
|
gameservername="core" |
|
|
|
commandname="CORE" |
|
|
|