Browse Source

fixing typo

master
Michael Preisach 6 years ago
parent
commit
c5410fe014
  1. 2
      tpm2-hook.sh

2
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

Loading…
Cancel
Save