diff options
author | Patrick Vacek <patrickvacek@gmail.com> | 2018-09-18 17:13:01 +0200 |
---|---|---|
committer | Patrick Vacek <patrickvacek@gmail.com> | 2018-09-21 14:01:07 +0200 |
commit | fd66047f721dee191a68163c3dd75c7d6aa253b1 (patch) | |
tree | d8e1c3f389413a105e45d56c0104a7ee643ad312 /recipes-support | |
parent | bc8999428bd73054f1fc71d31315d01b829be04c (diff) | |
download | meta-updater-fd66047f721dee191a68163c3dd75c7d6aa253b1.tar.gz |
softhsm-testtoken: Remove redundant key check.
Diffstat (limited to 'recipes-support')
-rw-r--r-- | recipes-support/softhsm-testtoken/files/createtoken.sh | 2 |
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 |
6 | fi | 6 | fi |
7 | 7 | ||
8 | if ! ls /var/sota/import/pkey.pem /var/sota/import/client.pem /var/sota/import/pkey.pem; then | 8 | if ! 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 |
11 | fi | 11 | fi |