Browse Source

nl

pull/1073/head
Daniel Gibbs 9 years ago
parent
commit
2099e210eb
  1. 2
      lgsm/functions/monitor_gsquery.sh

2
lgsm/functions/monitor_gsquery.sh

@ -53,7 +53,7 @@ if [ "${gsquery}" == "yes" ]; then
if [ "${exitcode}" == "0" ]; then
# Server OK
fn_print_ok "Querying port: ${ip}:${port} : ${queryattempt} : "
fn_print_ok_eol
fn_print_ok_eol_nl
fn_scriptlog "Querying port: ${ip}:${port} : ${queryattempt} : OK"
sleep 1
exit

Loading…
Cancel
Save