Browse Source

blockcheck: optimize code

pull/84/head
bol-van 3 years ago
parent
commit
a8062252f4
  1. 6
      blockcheck.sh

6
blockcheck.sh

@ -421,16 +421,10 @@ xxxws_curl_test_update()
} }
pktws_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 "$@" xxxws_curl_test_update pktws_curl_test "$@"
} }
tpws_curl_test_update() tpws_curl_test_update()
{ {
# $1 - test function
# $2 - domain
# $3,$4,$5, ... - nfqws/dvtws params
xxxws_curl_test_update tpws_curl_test "$@" xxxws_curl_test_update tpws_curl_test "$@"
} }

Loading…
Cancel
Save