blockcheck: tee netcat stderr

This commit is contained in:
bol-van 2024-06-24 12:49:18 +03:00
parent 6430636a55
commit 7edccea909

View File

@ -283,7 +283,7 @@ netcat_test()
netcat_setup && {
cmd="$NCAT -z -w 1 $1 $2"
echo $cmd
$cmd
$cmd 2>&1
}
}