]> Sergey Matveev's repositories - sgmon.git/commitdiff
Missed togrep
authorSergey Matveev <stargrave@stargrave.org>
Thu, 11 May 2023 09:34:00 +0000 (12:34 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Thu, 11 May 2023 09:53:20 +0000 (12:53 +0300)
helper/http

index 425843a28ab7930e5edb57b88fba1c39a560f9ab..732ab2a413c54aa1777c176e3babab976bceccf5 100755 (executable)
@@ -1,6 +1,7 @@
 #!/bin/sh -e
 
 domain=`echo "$1" | cut -d/ -f3 | cut -d: -f1`
+togrep="$2"
 "$SGMONDIR"/helper/all-addrs $domain | while read addr ; do
     bad=0
     curl \