Change name seal-libremkey -> seal-hotpkey

This commit is contained in:
alex-nitrokey 2020-06-24 17:44:29 +02:00
parent 5867fc516c
commit 3236f0e170
No known key found for this signature in database
GPG Key ID: A8853020E8EE6FBA
2 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ update_totp()
if [ -x /bin/libremkey_hotp_verification ]; then if [ -x /bin/libremkey_hotp_verification ]; then
echo "Once you have scanned the QR code, hit Enter to configure your HOTP USB security dongle (e.g. Librem Key or Nitrokey)" echo "Once you have scanned the QR code, hit Enter to configure your HOTP USB security dongle (e.g. Librem Key or Nitrokey)"
read read
/bin/seal-libremkey /bin/seal-hotpkey
else else
echo "Once you have scanned the QR code, hit Enter to continue" echo "Once you have scanned the QR code, hit Enter to continue"
read read