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() {
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
Original file line number Diff line number Diff line change 88
99moduleselfname=" $( basename " $( readlink -f " ${BASH_SOURCE[0]} " ) " ) "
1010
11- modulesversion=" v24.1.1 "
11+ modulesversion=" v24.1.2 "
1212
1313# Core
1414
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ if [ -f ".dev-debug" ]; then
2424 set -x
2525fi
2626
27- version=" v24.1.1 "
27+ version=" v24.1.2 "
2828shortname=" core"
2929gameservername=" core"
3030commandname=" CORE"
You can’t perform that action at this time.
0 commit comments