diff --git a/solo-agent b/solo-agent index 9062da1..f6df9b6 100755 --- a/solo-agent +++ b/solo-agent @@ -126,7 +126,7 @@ else SSH_AUTH_SOCK="$(canonical_socket "${SSH_AUTH_SOCK}")" export SSH_AUTH_SOCK # Link to ID_SOCK for easy use/reference - ln -fhs "${SSH_AUTH_SOCK}" "${ID_SOCK}" + ln -fns "${SSH_AUTH_SOCK}" "${ID_SOCK}" fi # Display Variables display_variables