Daniel Gibbs
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
lgsm/functions/command_monitor.sh
|
|
@ -107,7 +107,7 @@ for queryattempt in {1..5}; do |
|
|
|
fn_print_delay_eol_nl |
|
|
|
fn_script_log_info "Querying port: ${querymethod}: ${ip}:${queryport} : ${queryattempt} : DELAY" |
|
|
|
fn_script_log_info "Query bypassed: ${gameservername} started less than ${querydelay} minutes ago" |
|
|
|
fn_script_log_info "Server started: $(date -d @$(cat lgsm/lock/bmdmserver.lock))" |
|
|
|
fn_script_log_info "Server started: $(date -d @$(cat "${lockdir}/${selfname}.lock"))" |
|
|
|
fn_script_log_info "Current time: $(date)" |
|
|
|
monitorpass=1 |
|
|
|
core_exit.sh |
|
|
|