mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-03 23:39:45 +01:00
FIXED: too much spaces in "Local problem: No .. configured"
This commit is contained in:
parent
6737cd230c
commit
ef5bf00094
@ -462,7 +462,8 @@ std_cipherlists() {
|
|||||||
fi
|
fi
|
||||||
rm $TMPFILE
|
rm $TMPFILE
|
||||||
else
|
else
|
||||||
magenta "Local problem: No $2 configured in $OPENSSL" ; outln
|
singlespaces=`echo "$2" | sed -e 's/ \+/ /g' -e 's/^ //' -e 's/ $//g'`
|
||||||
|
magentaln "Local problem: No $singlespaces configured in $OPENSSL"
|
||||||
fi
|
fi
|
||||||
# we need lf in those cases:
|
# we need lf in those cases:
|
||||||
[ "$LOCERR" -eq 0 ] && echo
|
[ "$LOCERR" -eq 0 ] && echo
|
||||||
@ -1912,7 +1913,7 @@ case "$1" in
|
|||||||
exit $ret ;;
|
exit $ret ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# $Id: testssl.sh,v 1.128 2014/10/23 13:40:14 dirkw Exp $
|
# $Id: testssl.sh,v 1.129 2014/10/23 13:52:05 dirkw Exp $
|
||||||
# vim:ts=5:sw=5
|
# vim:ts=5:sw=5
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user