diff options
author | Patrick Vacek <patrickvacek@gmail.com> | 2018-07-02 16:44:36 +0200 |
---|---|---|
committer | Patrick Vacek <patrickvacek@gmail.com> | 2018-07-02 16:44:36 +0200 |
commit | d26097aa7762c8b42805cba6435c008f01dcbea6 (patch) | |
tree | 10092c88c21a8764f3241a1a6556697355372524 /recipes-support | |
parent | e83cbe73b81d1d69f3b7a3ed5fdab6a546b9ec25 (diff) | |
download | meta-updater-d26097aa7762c8b42805cba6435c008f01dcbea6.tar.gz |
createtoken.sh: remove redundant file 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 b01db47..7b16f4e 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/token/pkey.pem /var/sota/token/client.pem /var/sota/token/pkey.pem; then | 8 | if ! ls /var/sota/token/pkey.pem /var/sota/token/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 |