run-nightly.sh: don't print date until end

This commit is contained in:
Jens Petersen 2016-10-09 23:11:34 +09:00
parent 65f1f9babc
commit 94f2a5c09b

View File

@ -4,7 +4,6 @@ cd "$(dirname "${BASH_SOURCE[0]}")"
while true; do
./build.sh nightly-$(date -u +%F)
date
echo
echo "Running cron.sh (hiding verbose output)"