Change test

This commit is contained in:
David Tomaschik
2020-07-13 16:26:12 -07:00
parent 1cab41bfd5
commit 5e498f9bcd

View File

@@ -2,6 +2,6 @@
REMOTE_LINK="${HOME}/.ssh/remote_agent.sock"
if test \! -L "${REMOTE_LINK}" -a -n "${SSH_AUTH_SOCK}" ; then
if test \! -e "${REMOTE_LINK}" -a -n "${SSH_AUTH_SOCK}" ; then
ln -sf "${SSH_AUTH_SOCK}" "${REMOTE_LINK}"
fi