Skip to content

Commit

Permalink
Merge branch 'hotfix/v24.1.2' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbs64 committed Jan 24, 2024
2 parents 3464d33 + 08d7a8c commit 3cfd926
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions lgsm/modules/command_monitor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lgsm/modules/core_modules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

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

modulesversion="v24.1.1"
modulesversion="v24.1.2"

# Core

Expand Down
2 changes: 1 addition & 1 deletion linuxgsm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3cfd926

Please sign in to comment.