Skip to content

Commit

Permalink
Removed --no-tty as it disables the card admin PIN pinentry
Browse files Browse the repository at this point in the history
  • Loading branch information
itay-grudev authored and tlaurion committed Jan 26, 2019
1 parent b6f2f7d commit ee12c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion initrd/bin/kexec-sign-config
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ if [ -z "$param_files" ]; then
fi

for tries in 1 2 3; do
if sha256sum $param_files | gpg --no-tty\
if sha256sum $param_files | gpg\
--digest-algo SHA256 \
--detach-sign \
-a \
Expand Down

0 comments on commit ee12c3a

Please sign in to comment.