From fd66047f721dee191a68163c3dd75c7d6aa253b1 Mon Sep 17 00:00:00 2001 From: Patrick Vacek Date: Tue, 18 Sep 2018 17:13:01 +0200 Subject: softhsm-testtoken: Remove redundant key check. --- recipes-support/softhsm-testtoken/files/createtoken.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-support/softhsm-testtoken/files/createtoken.sh b/recipes-support/softhsm-testtoken/files/createtoken.sh index 5c67080..b142945 100644 --- a/recipes-support/softhsm-testtoken/files/createtoken.sh +++ b/recipes-support/softhsm-testtoken/files/createtoken.sh @@ -5,7 +5,7 @@ if pkcs11-tool --module=/usr/lib/softhsm/libsofthsm2.so -O; then exit 0 fi -if ! ls /var/sota/import/pkey.pem /var/sota/import/client.pem /var/sota/import/pkey.pem; then +if ! ls /var/sota/import/pkey.pem /var/sota/import/client.pem; then # Key/certificate pair is not present, repeat exit 1 fi -- cgit v1.2.3-54-g00ecf