1
0
Fork 0
pull/451/head
Viktor Jackson 12 years ago
parent b60b754680
commit 4c7b690e6a

@ -28,10 +28,10 @@ else
for _ssh_id in $_ssh_identities for _ssh_id in $_ssh_identities
do do
# Check identities and add ones that aren't already added # Check identities and add ones that aren't already added
envoy -l | grep "$HOME/.ssh/$_ssh_id" > /dev/null /usr/bin/envoy -l | grep "$HOME/.ssh/$_ssh_id" > /dev/null
if [[ $? != 0 ]]; then if [[ $? != 0 ]]; then
echo "New identity: $_ssh_id" echo "New identity: $_ssh_id"
envoy -a $_ssh_id /usr/bin/envoy -a $_ssh_id
fi fi
done done
fi fi

Loading…
Cancel
Save