Skip to content

Commit 3e4c9b2

Browse files
committed
minor ui fix
1 parent 77eea02 commit 3e4c9b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lgsm/modules/command_monitor.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,8 @@ fn_monitor_query() {
344344
done
345345
# Second counter will wait for 15s before breaking loop.
346346
for seconds in {1..15}; do
347-
fn_print_fail "Querying port: ${querymethod}: ${ip}:${queryport} : ${totalseconds}/${queryattempt} : ${cyan}WAIT${default}"
347+
fn_print_fail "Querying port: ${querymethod}: ${ip}:${queryport} : ${totalseconds}/${queryattempt}"
348+
fn_print_wait_eol
348349
fn_sleep_time_1
349350
totalseconds=$((totalseconds + 1))
350351
if [ "${seconds}" == "15" ]; then

0 commit comments

Comments
 (0)