rename to startagent again

This commit is contained in:
Jakobus Schürz 2023-08-09 16:26:54 +02:00
parent 789c0a9e6d
commit e8e656f192

View file

@ -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)