File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ for queryattempt in {1..5}; do
18
18
fn_print_dots " Querying port: ${querymethod} : ${ip} :${queryport} : ${totalseconds} /${queryattempt} : "
19
19
fn_print_querying_eol
20
20
fn_script_log_info " Querying port: ${querymethod} : ${ip} :${queryport} : ${queryattempt} : QUERYING"
21
- if [ " $( cat " ${rootdir} /${lockselfname} " ) " -lt " $( date " +%s" -d " ${querydelay} mins ago" ) " ]; then
21
+ if [ " $( cat " ${rootdir} /${lockselfname} " ) " -gt " $( date " +%s" -d " ${querydelay} mins ago" ) " ]; then
22
22
fn_print_ok " Querying port: ${querymethod} : ${ip} :${queryport} : ${totalseconds} /${queryattempt} : "
23
23
fn_print_delay_eol
24
24
fn_script_log_info " Querying port: ${querymethod} : ${ip} :${queryport} : ${queryattempt} : DELAY"
You can’t perform that action at this time.
0 commit comments