run-nightly.sh: remove newline before cron.sh

I keep Ctrl-c'ing cron.sh by mistake, thinking it has already finished
This commit is contained in:
Jens Petersen 2016-10-10 12:37:16 +09:00
parent c5fb39993d
commit c2170ddcea

View File

@ -4,7 +4,6 @@ cd "$(dirname "${BASH_SOURCE[0]}")"
while true; do
./build.sh nightly-$(date -u +%F)
echo
echo "Running cron.sh (hiding verbose output)"
./cron.sh > cron.log 2>&1 # | grep -v '^Skipping'