File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -214,6 +214,10 @@ fn_monitor_check_session() {
214
214
fn_print_ok " Checking session: "
215
215
fn_print_ok_eol_nl
216
216
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
217
221
else
218
222
fn_print_error " Checking session: "
219
223
fn_print_fail_eol_nl
Original file line number Diff line number Diff line change 8
8
9
9
moduleselfname=" $( basename " $( readlink -f " ${BASH_SOURCE[0]} " ) " ) "
10
10
11
- modulesversion=" v24.1.1 "
11
+ modulesversion=" v24.1.2 "
12
12
13
13
# Core
14
14
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ if [ -f ".dev-debug" ]; then
24
24
set -x
25
25
fi
26
26
27
- version=" v24.1.1 "
27
+ version=" v24.1.2 "
28
28
shortname=" core"
29
29
gameservername=" core"
30
30
commandname=" CORE"
You can’t perform that action at this time.
0 commit comments