Remove quotes to make subshell work
This commit is contained in:
parent
9a2f55dea3
commit
8c73c93ed4
1 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,6 @@ function start_agent
|
|||
echo "succeeded"
|
||||
chmod 600 $SSH_ENV
|
||||
. $SSH_ENV > /dev/null
|
||||
ssh-add "~/.ssh/id_(nice_hostname)"
|
||||
ssh-add ~/.ssh/id_(nice_hostname)
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue