Skip to content

Commit c3349fc

Browse files
committed
Merge branch 'hotfix/v24.1.2'
2 parents 4e72b08 + 08d7a8c commit c3349fc

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

lgsm/modules/command_monitor.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,10 @@ fn_monitor_check_session() {
214214
fn_print_ok "Checking session: "
215215
fn_print_ok_eol_nl
216216
fn_script_log_pass "Checking session: OK"
217+
# send LinuxGSM stats if monitor is OK.
218+
if [ "${stats}" == "on" ] || [ "${stats}" == "y" ] && [ "${querymode}" == "1" ]; then
219+
info_stats.sh
220+
fi
217221
else
218222
fn_print_error "Checking session: "
219223
fn_print_fail_eol_nl

lgsm/modules/core_modules.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
1010

11-
modulesversion="v24.1.1"
11+
modulesversion="v24.1.2"
1212

1313
# Core
1414

linuxgsm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if [ -f ".dev-debug" ]; then
2424
set -x
2525
fi
2626

27-
version="v24.1.1"
27+
version="v24.1.2"
2828
shortname="core"
2929
gameservername="core"
3030
commandname="CORE"

0 commit comments

Comments
 (0)