Skip to content

Commit

Permalink
SSH_AGENT_PID 2
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Sep 7, 2024
1 parent 003b27b commit 1fbdc6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/vortex/setup-ssh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ if [ -z "${SSH_AGENT_PID:-}" ]; then
note "Starting SSH agent."
eval "$(ssh-agent)"
fi
eval "$(ssh-agent)"
fi

if ssh-add -l | grep -q "${file}"; then
Expand Down

0 comments on commit 1fbdc6e

Please sign in to comment.