mirror of
https://github.com/bol-van/zapret.git
synced 2025-06-29 18:21:16 +00:00
blockcheck: display kernel ver
This commit is contained in:
parent
0738d3980f
commit
d00d341505
@ -402,6 +402,12 @@ check_system()
|
||||
exitp 5
|
||||
esac
|
||||
echo $UNAME${SUBSYS:+/$SUBSYS} detected
|
||||
echo -n 'kernel: '
|
||||
if [ -f "/proc/version" ]; then
|
||||
cat /proc/version
|
||||
else
|
||||
uname -a
|
||||
fi
|
||||
echo firewall type is $FWTYPE
|
||||
echo CURL=$CURL
|
||||
$CURL --version
|
||||
|
Loading…
Reference in New Issue
Block a user