From 3236f0e1707481f418dfa065073a7eaac72605ce Mon Sep 17 00:00:00 2001 From: alex-nitrokey Date: Wed, 24 Jun 2020 17:44:29 +0200 Subject: [PATCH] Change name seal-libremkey -> seal-hotpkey --- initrd/bin/gui-init | 2 +- initrd/bin/{seal-libremkey => seal-hotpkey} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename initrd/bin/{seal-libremkey => seal-hotpkey} (100%) diff --git a/initrd/bin/gui-init b/initrd/bin/gui-init index 7e3be63d..f0085432 100755 --- a/initrd/bin/gui-init +++ b/initrd/bin/gui-init @@ -95,7 +95,7 @@ update_totp() 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)" read - /bin/seal-libremkey + /bin/seal-hotpkey else echo "Once you have scanned the QR code, hit Enter to continue" read diff --git a/initrd/bin/seal-libremkey b/initrd/bin/seal-hotpkey similarity index 100% rename from initrd/bin/seal-libremkey rename to initrd/bin/seal-hotpkey