change output

This commit is contained in:
Jakobus Schürz 2020-09-21 21:29:39 +02:00
parent a7d0f72c87
commit c1ab74d6b7

View file

@ -49,7 +49,8 @@ agent-start-or-restart () {
logdebug "agent started" >&2
fi
loginfo -n "agent for $ssh_identity: " >&2
loginfo "agent for $ssh_identity: $agentfile" >&2
echo -n "agent for $ssh_identity: "
echo $agentfile
return 0