remove last entry NONE
This commit is contained in:
parent
5a483775d7
commit
ee3200ebe5
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ for result in "${results[@]}"; do
|
||||||
echo $header
|
echo $header
|
||||||
ctr=$((ctr+1))
|
ctr=$((ctr+1))
|
||||||
fi
|
fi
|
||||||
echo $result
|
echo $result|grep -v '(NONE)'
|
||||||
done|column -t
|
done|column -t
|
||||||
|
|
||||||
if [ $ALLCIPHERS -gt 0 ]; then
|
if [ $ALLCIPHERS -gt 0 ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue