From a8062252f4a365a21224adad945880f05ab03c5f Mon Sep 17 00:00:00 2001 From: bol-van Date: Thu, 23 Dec 2021 19:13:49 +0300 Subject: [PATCH] blockcheck: optimize code --- blockcheck.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/blockcheck.sh b/blockcheck.sh index 1fc8ca8..7e969c6 100755 --- a/blockcheck.sh +++ b/blockcheck.sh @@ -421,16 +421,10 @@ xxxws_curl_test_update() } pktws_curl_test_update() { - # $1 - test function - # $2 - domain - # $3,$4,$5, ... - nfqws/dvtws params xxxws_curl_test_update pktws_curl_test "$@" } tpws_curl_test_update() { - # $1 - test function - # $2 - domain - # $3,$4,$5, ... - nfqws/dvtws params xxxws_curl_test_update tpws_curl_test "$@" }