X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=update_mobile_org;h=e9af90c88b6807d2e82691a370355ec0ad2ae4ae;hb=0ccc7eba3528a8ee350e4cfe7d83befce3bb60bf;hp=f154fbd7b702755b345f15f81ac8b7bcea1ccb33;hpb=d948069ff827db74bfa952f4faa6e8025cbb7d9b;p=bin.git diff --git a/update_mobile_org b/update_mobile_org index f154fbd..e9af90c 100755 --- a/update_mobile_org +++ b/update_mobile_org @@ -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 LOCKFILE=$TMPDIR/update_mobile_org if [ -n "$PS1" ]; then