Fix bad ps syntax in ssh-agent plugin
This commit is contained in:
parent
b2376c3770
commit
dd4f57010c
@ -57,7 +57,7 @@ if [[ ${_plugin__forwarding} == "yes" && -n "$SSH_AUTH_SOCK" ]]; then
|
|||||||
elif [ -f "${_plugin__ssh_env}" ]; then
|
elif [ -f "${_plugin__ssh_env}" ]; then
|
||||||
# Source SSH settings, if applicable
|
# Source SSH settings, if applicable
|
||||||
. ${_plugin__ssh_env} > /dev/null
|
. ${_plugin__ssh_env} > /dev/null
|
||||||
ps -x | grep ${SSH_AGENT_PID} | grep ssh-agent > /dev/null || {
|
ps x | grep ${SSH_AGENT_PID} | grep ssh-agent > /dev/null || {
|
||||||
_plugin__start_agent;
|
_plugin__start_agent;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user