diff --git a/sites/005-hugo-extended/git-auto-pull/pull.sh b/sites/005-hugo-extended/git-auto-pull/pull.sh index 1c69e25..f073af7 100644 --- a/sites/005-hugo-extended/git-auto-pull/pull.sh +++ b/sites/005-hugo-extended/git-auto-pull/pull.sh @@ -3,7 +3,7 @@ set -e LOG=/var/log/pull.log touch $LOG echo `date`": start pulling" >> $LOG -cd /repo && git pull +cd /repo && git pull >> $LOG 2>&1 echo `date`": done" >> $LOG