add check for .ssh folder, fixes #5128
This commit is contained in:
parent
31a84e710f
commit
23b6439d6b
@ -1,3 +1,8 @@
|
||||
if [[ ! -d $HOME/.ssh ]]; then
|
||||
echo $HOME/.ssh not found, exiting...
|
||||
return 1
|
||||
fi
|
||||
|
||||
typeset _agent_forwarding _ssh_env_cache
|
||||
|
||||
function _start_agent() {
|
||||
|
Loading…
Reference in New Issue
Block a user