change output

This commit is contained in:
Jakobus Schürz 2020-09-21 21:40:47 +02:00
parent 499a935c2b
commit f032a017cc

View file

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