Do not pipe ssh-agent output to debug log.
parent
1356c2a807
commit
db237ce481
|
@ -252,9 +252,7 @@ section_end
|
||||||
section "ssh-agent"
|
section "ssh-agent"
|
||||||
if [ $PROFILE_SSH_AGENT -gt 0 ]; then
|
if [ $PROFILE_SSH_AGENT -gt 0 ]; then
|
||||||
if [ -z "$SSH_AUTH_SOCK" ]; then
|
if [ -z "$SSH_AUTH_SOCK" ]; then
|
||||||
eval "$(ssh-agent -s)" | while IFS= read -r line; do
|
eval "$(ssh-agent -s)"
|
||||||
log "$line"
|
|
||||||
done
|
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
section_end
|
section_end
|
||||||
|
|
Loading…
Reference in New Issue