Daniel Gibbs hace 10 años
padre
commit
2c1627b6cd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      functions/monitor_gsquery.sh

+ 1 - 1
functions/monitor_gsquery.sh

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