Skip to content
Snippets Groups Projects
Commit 9b8b048d authored by Recolic Keghart's avatar Recolic Keghart
Browse files

add comment

parent 6b91a1e9
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,9 @@ if [[ ! "$smartcard_pin" = '' ]]; then
gpg_options=("--pinentry-mode" "loopback" "--passphrase" "$smartcard_pin")
fi
# In arch GPG 2.2.24, you can not use smartcard before running this cmd.
# timeout 0.1s gpg --edit-card
cd `where_am_i` &&
gpg "${gpg_options[@]}" --decrypt "$secret_file" | bin/unlock_keyrings --secret-file - --quiet
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment