mirror of
https://github.com/mozilla/cipherscan.git
synced 2024-11-22 14:23:41 +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
|
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…
Reference in New Issue
Block a user