Skip to content

Commit

Permalink
improve GNU Coreutils compatability. fixes #1
Browse files Browse the repository at this point in the history
  • Loading branch information
TimidRobot committed Dec 17, 2020
1 parent 2d9a073 commit c677768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solo-agent
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c677768

Please sign in to comment.