blockcheck: unify proc name

This commit is contained in:
bol-van 2022-02-09 10:43:18 +03:00
parent 34d6a928fa
commit 2bdbb4584d

View File

@ -731,7 +731,7 @@ configure_curl_opt()
curl_supports_tls13 && TLS13=1 curl_supports_tls13 && TLS13=1
} }
defrag_config() configure_defrag()
{ {
case "$UNAME" in case "$UNAME" in
Linux) Linux)
@ -846,7 +846,7 @@ ask_params()
echo echo
defrag_config configure_defrag
} }