Always build, even if the log exists. Currently the builds

are made only when changes are detected, so it should be ok.
This commit is contained in:
Pavol Zibrita 2011-05-10 08:33:21 +02:00 committed by Pavol Zibrita
parent d15fd019f2
commit b4c81223c5

View file

@ -8,11 +8,6 @@ LOG_FILE="$LOG_DIR/${DATE}.log"
mkdir $LOG_DIR
# check build already run today
if [ -e "$LOG_FILE" ]; then
echo "Build already ran today"
exit
fi
touch $LOG_FILE