X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=update_org_ical;h=7c8619c4b6d13145688606ac2a00fad22883d48c;hb=9c2e0c76e1fa707151acd4035bde3649403f6fb7;hp=83237a7cc1139e6f33dca3c5094d0cc0b4c8a725;hpb=73c23fb906523c9ff4f78c195e472e0e13d2313f;p=bin.git diff --git a/update_org_ical b/update_org_ical index 83237a7..7c8619c 100755 --- a/update_org_ical +++ b/update_org_ical @@ -3,7 +3,9 @@ HOSTNAME=$(hostname) TMPDIR=~/tmp export TMPDIR -. ~/.ssh/ssh_agent_info_${HOSTNAME} +if [ -e ~/.ssh/ssh_agent_info_${HOSTNAME} ]; then + . ~/.ssh/ssh_agent_info_${HOSTNAME} +fi; LOCKOPTS=-q if [ -n "$PS1" ]; then LOCKOPTS=-f;