From c5410fe0142f808ade029050d535433a70343b41 Mon Sep 17 00:00:00 2001 From: Michael Preisach Date: Sun, 21 Jun 2020 21:17:50 +0200 Subject: [PATCH] fixing typo --- tpm2-hook.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tpm2-hook.sh b/tpm2-hook.sh index 264f8b2..7cd22a8 100755 --- a/tpm2-hook.sh +++ b/tpm2-hook.sh @@ -1,6 +1,6 @@ #!/bin/sh -e if [ "$1" = "prereqs" ]; then exit 0; fi . /usr/share/initramfs-tools/hook-functions -copy_exec /usr//bin/tpm2_unseal +copy_exec /usr/bin/tpm2_unseal copy_exec /usr/lib/x86_64-linux-gnu/libtss2-tcti-device.so.0 copy_exec /usr/sbin/passphrase-from-tpm.sh