We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b97dbd0 commit 3c601aeCopy full SHA for 3c601ae
src/ugrd/crypto/smartcard.toml
@@ -6,7 +6,8 @@ kmod_init = "uhid"
6
cryptsetup_autoretry = false
7
8
[cryptsetup_key_types.gpg]
9
-reset_command = '{ gpgconf --reload && einfo "$(gpg --card-status)" }'
+# Escape braces as .format() is used
10
+reset_command = '{{ gpgconf --reload && einfo "$(gpg --card-status)"; }}'
11
12
[custom_parameters]
13
sc_public_key = "Path" # The path to the public key to import
0 commit comments