infra: Run database download in script.

Means the details about the download are captured.

Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
This commit is contained in:
Tim 'mithro' Ansell 2019-02-06 18:30:21 +11:00
parent 2927f1c572
commit d34c210c1d
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ echo "========================================"
echo "Downloading current database"
echo "----------------------------------------"
(
./download-latest-db.sh
script --return --flush --command "./download-latest-db.sh" -
)
echo "----------------------------------------"