mirror of
https://github.com/mozilla/cipherscan.git
synced 2024-11-05 07:23:42 +01:00
remove last entry NONE
This commit is contained in:
parent
5a483775d7
commit
ee3200ebe5
@ -131,7 +131,7 @@ for result in "${results[@]}"; do
|
||||
echo $header
|
||||
ctr=$((ctr+1))
|
||||
fi
|
||||
echo $result
|
||||
echo $result|grep -v '(NONE)'
|
||||
done|column -t
|
||||
|
||||
if [ $ALLCIPHERS -gt 0 ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user