Browse Source

Merge branch 'hotfix/v24.1.2'

pull/4467/head v24.1.2
Daniel Gibbs 1 year ago
parent
commit
c3349fc5d5
No known key found for this signature in database GPG Key ID: 2076B128385E8C55
  1. 4
      lgsm/modules/command_monitor.sh
  2. 2
      lgsm/modules/core_modules.sh
  3. 2
      linuxgsm.sh

4
lgsm/modules/command_monitor.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

2
lgsm/modules/core_modules.sh

@ -8,7 +8,7 @@
moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
modulesversion="v24.1.1"
modulesversion="v24.1.2"
# Core

2
linuxgsm.sh

@ -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"

Loading…
Cancel
Save