gpg/tasks

This commit is contained in:
Marc Beninca 2025-08-01 21:50:33 +02:00
parent 9c5185a797
commit fced2807b7
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -15,7 +15,9 @@ rwx_gpg_agent_update() {
/bye
}
# TODO interactive tag
rwx_gpg_ssh_auth_sock() {
# TODO use function
local user_id
user_id=$(id --user)
if [ "${user_id}" -ne 0 ]; then
@ -26,4 +28,5 @@ rwx_gpg_ssh_auth_sock() {
fi
}
# FIXME only for interactive shell
rwx_gpg_ssh_auth_sock