From: Sam Moore Date: Wed, 25 Jul 2012 08:58:01 +0000 (+0800) Subject: Automatic commit at Wed Jul 25 16:58:01 WST 2012 X-Git-Url: https://git.ucc.asn.au/?p=matches%2Fhonours.git;a=commitdiff_plain;h=bb0d2b761bd6986a18a6d0aec13eccb8ebbb9dab Automatic commit at Wed Jul 25 16:58:01 WST 2012 --- diff --git a/update.sh b/update.sh index a4587a85..0eeb1155 100755 --- a/update.sh +++ b/update.sh @@ -7,7 +7,7 @@ directory="/home/sam/Documents/University/honours/" cd "$directory" # Need to do this too. Apparently -eval `ssh-agent -s` +##eval `ssh-agent -s` echo "Committing at $(date)" >> commits.log git add update.sh @@ -24,7 +24,7 @@ git add course/semester2 git commit -m "Automatic commit at $(date)" if [ "$?" == 0 ]; then - git push git.ucc + git push git.ucc 2>&1 >> commits.log fi -kill $SSH_AGENT_PID +#kill $SSH_AGENT_PID