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
|
logdebug "agent started" >&2
|
||||||
fi
|
fi
|
||||||
|
|
||||||
loginfo "agent for $ssh_identity: $agentfile" >&2
|
loginfo "agent for $ssh_identity: $agentfile"
|
||||||
echo -n "agent for $ssh_identity: "
|
echo -n "agent for $ssh_identity: " >&2
|
||||||
echo $agentfile
|
echo $agentfile
|
||||||
return 0
|
return 0
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue