small fixes

This commit is contained in:
arcan1s 2015-05-16 01:26:23 +03:00
parent 5e9acc0213
commit 568dbbfd8d

View File

@ -1,5 +1,5 @@
if [[ ${EUID} != 0 ]]; then
if [[ -e "${HOME}/.ssh/id_rsa" ]]; then
ssh-add </dev/null
ssh-add </dev/null 2> /dev/null
fi
fi