0
0
mirror of https://github.com/bol-van/zapret.git synced 2025-08-23 03:38:51 +00:00

blockcheck: curl version display

This commit is contained in:
bol-van 2025-06-15 15:56:25 +03:00
parent 34ff4630bf
commit 0738d3980f

View File

@ -403,8 +403,8 @@ check_system()
esac esac
echo $UNAME${SUBSYS:+/$SUBSYS} detected echo $UNAME${SUBSYS:+/$SUBSYS} detected
echo firewall type is $FWTYPE echo firewall type is $FWTYPE
echo CURL=${CURL:-curl} echo CURL=$CURL
${CURL:-curl} --version $CURL --version
} }
zp_already_running() zp_already_running()