rename to startagent again
This commit is contained in:
parent
789c0a9e6d
commit
e8e656f192
1 changed files with 1 additions and 1 deletions
|
@ -953,7 +953,7 @@ token-list-objects() {
|
|||
loadagent() {
|
||||
ENTRY
|
||||
local af
|
||||
af=$(sshstartagent --create-only $1 )
|
||||
af=$(startagent --create-only $1 )
|
||||
loginfo "Load agent from $af"
|
||||
unset SSH_AUTH_SOCK SSH_AGENT_PID PKCS11_MODULE
|
||||
[ -n "${af:+x}" ] && eval $(<$af)
|
||||
|
|
Loading…
Reference in a new issue