Skip to content

Commit b97dbd0

Browse files
committed
run gpg --card-status through einfo
Signed-off-by: Zen <[email protected]>
1 parent 0a019c0 commit b97dbd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ugrd/crypto/smartcard.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ kmod_init = "uhid"
66
cryptsetup_autoretry = false
77

88
[cryptsetup_key_types.gpg]
9-
reset_command = "{ gpgconf --reload && gpg --card-status }"
9+
reset_command = '{ gpgconf --reload && einfo "$(gpg --card-status)" }'
1010

1111
[custom_parameters]
1212
sc_public_key = "Path" # The path to the public key to import

0 commit comments

Comments
 (0)