summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2018-09-18 17:13:01 +0200
committerPatrick Vacek <patrickvacek@gmail.com>2018-09-21 14:01:07 +0200
commitfd66047f721dee191a68163c3dd75c7d6aa253b1 (patch)
treed8e1c3f389413a105e45d56c0104a7ee643ad312
parentbc8999428bd73054f1fc71d31315d01b829be04c (diff)
downloadmeta-updater-fd66047f721dee191a68163c3dd75c7d6aa253b1.tar.gz
softhsm-testtoken: Remove redundant key check.
-rw-r--r--recipes-support/softhsm-testtoken/files/createtoken.sh2
1 files changed, 1 insertions, 1 deletions
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
5 exit 0 5 exit 0
6fi 6fi
7 7
8if ! ls /var/sota/import/pkey.pem /var/sota/import/client.pem /var/sota/import/pkey.pem; then 8if ! ls /var/sota/import/pkey.pem /var/sota/import/client.pem; then
9 # Key/certificate pair is not present, repeat 9 # Key/certificate pair is not present, repeat
10 exit 1 10 exit 1
11fi 11fi