From 30fa7a81adf71d0724b185f47396388cb3a2f032 Mon Sep 17 00:00:00 2001 From: Sam Moore Date: Wed, 25 Jul 2012 17:30:27 +0800 Subject: [PATCH] This is a test by the way. --- update.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/update.sh b/update.sh index ef923114..b1d70f93 100755 --- a/update.sh +++ b/update.sh @@ -9,7 +9,7 @@ cd "$directory" # Need to do this too. Apparently git="/usr/bin/git" eval $(ssh-agent) 2>/dev/null -ssh-add /home/sam/.ssh/id_rsa 2>/dev/null +ssh-add /home/sam/.ssh/honours 2>/dev/null $git add update.sh $git add papers @@ -22,8 +22,7 @@ $git add thesis/*.pdf $git add thesis/*.bib $git add course/semester2 - -$git commit -m "Automatic commit at $(date)" +$git commit -m "This is a test by the way." if [ "$?" == 0 ]; then echo "Commit at $(date)" >> commits.log $git push git.ucc 2>&1 >> commits.log -- 2.20.1