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