Skip to content

Commit

Permalink
OSX doesn't support long options
Browse files Browse the repository at this point in the history
  • Loading branch information
jmichelp committed Dec 14, 2023
1 parent 69026f1 commit a3967bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/gen_key_materials.sh
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,8 @@ generate_new_batch () {
-extensions "fido_key_ext"

# Force symlink to the latest batch
ln --symbolic --force "${opensk_cert_name}.pem" crypto_data/opensk_cert.pem
ln --symbolic --force "${opensk_key}" crypto_data/opensk.key
ln -s -f "${opensk_cert_name}.pem" crypto_data/opensk_cert.pem
ln -s -f "${opensk_key}" crypto_data/opensk.key
}

if [ "X${1}" != "X" ]
Expand Down

0 comments on commit a3967bb

Please sign in to comment.