This commit is contained in:
Marc Beninca 2024-11-29 18:57:41 +01:00
parent 4ba9c94a42
commit 7719b6a562
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -1,4 +1,4 @@
sh_gpg_ssh_auth_sock() { rwx_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_auth_sock() {
fi fi
} }
sh_gpg_ssh_auth_sock rwx_gpg_ssh_auth_sock