Skip to content

Commit 96b50e3

Browse files
authored
fix: cleanup (#15)
1 parent 0848776 commit 96b50e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/configure-ssh.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ fi
4646

4747
nohup ssh-agent -D > .ssh-agent-out &
4848
eval "$( (tail -f .ssh-agent-out &) | sed '/echo Agent pid/ q')"
49+
rm .ssh-agent-out
4950

5051
# Ensure that the ssh socket has access the the required keys. Notably needed for the nix daemon (see below)
5152
ssh-add "$HOME/.ssh/id_$INPUT_SSH_KEY_FORMAT"

0 commit comments

Comments
 (0)