auth_sock

This commit is contained in:
Marc Beninca 2024-11-19 09:44:00 +01:00
parent 0bbd7a68c1
commit e33138bab4
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -1,4 +1,4 @@
sh_gpg_ssh() {
sh_gpg_ssh_auth_sock() {
local user_id
user_id=$(id --user)
if [ "${user_id}" -ne 0 ]; then
@ -9,4 +9,4 @@ sh_gpg_ssh() {
fi
}
sh_gpg_ssh
sh_gpg_ssh_auth_sock