From 8e9a9f1193ea77f083ada9e5a345003218b66c3b Mon Sep 17 00:00:00 2001 From: Sam Moore Date: Wed, 25 Jul 2012 17:00:01 +0800 Subject: [PATCH] Automatic commit at Wed Jul 25 17:00:01 WST 2012 --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 0eeb1155..ec8888fe 100755 --- a/update.sh +++ b/update.sh @@ -9,7 +9,6 @@ cd "$directory" # Need to do this too. Apparently ##eval `ssh-agent -s` -echo "Committing at $(date)" >> commits.log git add update.sh git add papers git add research @@ -24,6 +23,7 @@ git add course/semester2 git commit -m "Automatic commit at $(date)" if [ "$?" == 0 ]; then + echo "Commit at $(date)" >> commits.log git push git.ucc 2>&1 >> commits.log fi -- 2.20.1