mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
Just catch error, don't explain it
This commit is contained in:
parent
92c55c4454
commit
e651635801
@ -41,15 +41,8 @@ cat $SEARCHOUT
|
||||
if test $RC != 0 ; then
|
||||
echo ">>>>> Test failed"
|
||||
else
|
||||
if grep PRNG $SEARCHOUT; then
|
||||
cat << EOF
|
||||
|
||||
You need a pseudo random number generator, such as a /dev/urandom,
|
||||
/dev/urandom, or an entropy gathering daemon. Alternatively, you
|
||||
can use openssl to generate a $HOME/.rnd file.
|
||||
See www.openssl.org for more details on how to do this.
|
||||
EOF
|
||||
RC=-1
|
||||
if grep "TLS:" $SEARCHOUT; then
|
||||
RC=-1
|
||||
else
|
||||
echo ">>>>> Test succeeded"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user