Fix build

This commit is contained in:
Victor Shcherb 2011-08-15 01:13:25 +02:00
parent c590b7e48e
commit 08691bb93b

View file

@ -10,6 +10,7 @@ LOG_FILE="$LOG_DIR/${DATE}.log"
mkdir $LOG_DIR
touch $LOG_FILE
git pull --rebase 2>&1 >>$LOG_FILE
# 1. Update git directory
"${DIRECTORY}/update_git.sh" 2>&1 >>$LOG_FILE