From c2a9348c509d30a25ccf5d44bfc71464ee35fb81 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Thu, 11 May 2023 12:34:00 +0300 Subject: [PATCH] Missed togrep --- helper/http | 1 + 1 file changed, 1 insertion(+) diff --git a/helper/http b/helper/http index 425843a..732ab2a 100755 --- a/helper/http +++ b/helper/http @@ -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 \ -- 2.44.0