blockcheck: check existense instead of curl

This commit is contained in:
bol-van
2025-12-02 08:54:10 +03:00
parent 534c88c96a
commit cb653bedd6

View File

@@ -482,7 +482,7 @@ check_prerequisites()
exitp 6 exitp 6
} }
local prog progs='curl' local prog progs="$CURL"
[ "$SKIP_PKTWS" = 1 ] || { [ "$SKIP_PKTWS" = 1 ] || {
case "$UNAME" in case "$UNAME" in
Linux) Linux)