From bb0d2b761bd6986a18a6d0aec13eccb8ebbb9dab Mon Sep 17 00:00:00 2001 From: Sam Moore Date: Wed, 25 Jul 2012 16:58:01 +0800 Subject: [PATCH] Automatic commit at Wed Jul 25 16:58:01 WST 2012 --- update.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.20.1