This commit is contained in:
Jack Ivanov 2017-05-23 18:26:48 +02:00
parent f52eca39c3
commit a9a6933c76

View file

@ -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