mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-06 15:13:56 +02:00
a typo
This commit is contained in:
parent
f52eca39c3
commit
a9a6933c76
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ fi
|
|||
|
||||
if openssl x509 -inform pem -noout -text -in certs/jack_test.crt | grep CN=jack_test
|
||||
then
|
||||
echo "The new user exist"
|
||||
echo "The new user exists"
|
||||
else
|
||||
echo "The new user does not exist"
|
||||
exit 1
|
||||
|
|
Loading…
Add table
Reference in a new issue