auth_sock
This commit is contained in:
parent
0bbd7a68c1
commit
e33138bab4
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
sh_gpg_ssh() {
|
sh_gpg_ssh_auth_sock() {
|
||||||
local user_id
|
local user_id
|
||||||
user_id=$(id --user)
|
user_id=$(id --user)
|
||||||
if [ "${user_id}" -ne 0 ]; then
|
if [ "${user_id}" -ne 0 ]; then
|
||||||
|
@ -9,4 +9,4 @@ sh_gpg_ssh() {
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
sh_gpg_ssh
|
sh_gpg_ssh_auth_sock
|
||||||
|
|
Loading…
Reference in a new issue