|
@@ -55,7 +55,7 @@ for i in {1..4}; do
|
|
|
else
|
|
else
|
|
|
# Server failed query
|
|
# Server failed query
|
|
|
queryattempt=$((queryattempt + 1))
|
|
queryattempt=$((queryattempt + 1))
|
|
|
- fn_scriptlog "Querying port: ${ip}:${port}: ${totalseconds}/${queryattempt} : ${gsquerycmd}"
|
|
|
|
|
|
|
+ fn_scriptlog "Querying port: ${ip}:${port}: ${queryattempt} : ${gsquerycmd}"
|
|
|
seconds=0
|
|
seconds=0
|
|
|
# Seconds counter
|
|
# Seconds counter
|
|
|
while [ true ]; do
|
|
while [ true ]; do
|