mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-07 15:43:54 +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
|
if openssl x509 -inform pem -noout -text -in certs/jack_test.crt | grep CN=jack_test
|
||||||
then
|
then
|
||||||
echo "The new user exist"
|
echo "The new user exists"
|
||||||
else
|
else
|
||||||
echo "The new user does not exist"
|
echo "The new user does not exist"
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Add table
Reference in a new issue