gpg-agent mkdir
This commit is contained in:
parent
e90b8713df
commit
4d833a69e8
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
mkdir -p ~/.gnupg
|
||||||
|
|
||||||
# Start the gpg-agent if not already running
|
# Start the gpg-agent if not already running
|
||||||
if ! pgrep -x -u "${USER}" gpg-agent >/dev/null 2>&1; then
|
if ! pgrep -x -u "${USER}" gpg-agent >/dev/null 2>&1; then
|
||||||
gpg-connect-agent /bye >/dev/null 2>&1
|
gpg-connect-agent /bye >/dev/null 2>&1
|
||||||
|
|
Loading…
Reference in a new issue