Don't hardcode the UID

This commit is contained in:
Paul van Tilburg 2017-07-26 11:45:59 +02:00
parent f8fd18f05e
commit 0037a68143
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ fi
# Allow for connecting to X11 and the SSH agent
export DISPLAY=:0
export SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
export SSH_AUTH_SOCK=/run/user/$UID/keyring/ssh
export SSH_AGENT_PID=$(pidof ssh-agent)
# Restic settings