fix missing fi
This commit is contained in:
parent
2b25173b37
commit
2cf176234b
1 changed files with 1 additions and 1 deletions
|
@ -319,7 +319,7 @@ agent_load_identity_keys () {
|
|||
logdebug "$(ssh_runinagent $agentfile ssh-add -v ${SSH_ADD_OPTIONS} -e ${key} 2>&1)"
|
||||
$remove || logdebug "$(ssh_runinagent $agentfile ssh-add ${SSH_ADD_OPTIONS} -s ${key} 2>&1)"
|
||||
fi
|
||||
# fi
|
||||
fi
|
||||
done
|
||||
fi
|
||||
loginfo "currently loaded keys after action: $(ssh_runinagent $agentfile ssh-add -l|wc -l)"
|
||||
|
|
Loading…
Reference in a new issue