X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=update_org_ical;h=7c8619c4b6d13145688606ac2a00fad22883d48c;hb=f43617e9de7710c3651cc62c4fa9abbcd5a0698f;hp=83237a7cc1139e6f33dca3c5094d0cc0b4c8a725;hpb=486236caeb852c95808b483346251d8d5ff7016f;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;