Skip to content

Commit 0a019c0

Browse files
committed
add braced for bash grouping
Signed-off-by: Zen <[email protected]>
1 parent f0057cd commit 0a019c0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/ugrd/crypto/smartcard.toml

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

88
[cryptsetup_key_types.gpg]
9-
# 1s is apparently not enough time for scdaemon to restart
10-
reset_command = "gpgconf --reload && gpg --card-status"
9+
reset_command = "{ gpgconf --reload && gpg --card-status }"
1110

1211
[custom_parameters]
1312
sc_public_key = "Path" # The path to the public key to import

0 commit comments

Comments
 (0)