Explorar o código

fix waitnet timeout error

rufengsuixing %!s(int64=5) %!d(string=hai) anos
pai
achega
004d06bbc2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      root/usr/share/AdGuardHome/waitnet.sh

+ 1 - 1
root/usr/share/AdGuardHome/waitnet.sh

@@ -26,7 +26,7 @@ do
 	fi
 	sleep 5
 	count=$((count+1))
-	if [ $count > 18 ]; then
+	if [ $count -gt 18 ]; then
 		/etc/init.d/AdGuardHome reload
 		break
 	fi