change output
This commit is contained in:
parent
499a935c2b
commit
f032a017cc
1 changed files with 2 additions and 2 deletions
|
@ -49,8 +49,8 @@ agent-start-or-restart () {
|
|||
logdebug "agent started" >&2
|
||||
fi
|
||||
|
||||
loginfo "agent for $ssh_identity: $agentfile" >&2
|
||||
echo -n "agent for $ssh_identity: "
|
||||
loginfo "agent for $ssh_identity: $agentfile"
|
||||
echo -n "agent for $ssh_identity: " >&2
|
||||
echo $agentfile
|
||||
return 0
|
||||
|
||||
|
|
Loading…
Reference in a new issue