From 1fbdc6e381af1bfced055d4336536c38573af09c Mon Sep 17 00:00:00 2001 From: Alex Skrypnyk Date: Sat, 7 Sep 2024 16:37:40 +1000 Subject: [PATCH] SSH_AGENT_PID 2 --- scripts/vortex/setup-ssh.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/vortex/setup-ssh.sh b/scripts/vortex/setup-ssh.sh index 68dfe4db3..79d836da7 100755 --- a/scripts/vortex/setup-ssh.sh +++ b/scripts/vortex/setup-ssh.sh @@ -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