yubikey scrip typo
parent
adb571f3a3
commit
4597a891d5
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
killall gpg-agent
|
killall gpg-agent
|
||||||
rm -rf ./.gnupg/private-keys-v1.d
|
rm -rf $HOME/.gnupg/private-keys-v1.d
|
||||||
gpg --card-status
|
gpg --card-status
|
||||||
gpg-connect-agent updatestartuptty /bye
|
gpg-connect-agent updatestartuptty /bye
|
||||||
|
|
Loading…
Reference in New Issue