We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77eea02 commit 3e4c9b2Copy full SHA for 3e4c9b2
lgsm/modules/command_monitor.sh
@@ -344,7 +344,8 @@ fn_monitor_query() {
344
done
345
# Second counter will wait for 15s before breaking loop.
346
for seconds in {1..15}; do
347
- fn_print_fail "Querying port: ${querymethod}: ${ip}:${queryport} : ${totalseconds}/${queryattempt} : ${cyan}WAIT${default}"
+ fn_print_fail "Querying port: ${querymethod}: ${ip}:${queryport} : ${totalseconds}/${queryattempt}"
348
+ fn_print_wait_eol
349
fn_sleep_time_1
350
totalseconds=$((totalseconds + 1))
351
if [ "${seconds}" == "15" ]; then
0 commit comments