Quiten update also

This commit is contained in:
Luke Murphy 2021-02-16 17:10:31 +01:00
parent aafd4720b8
commit d33526426c
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ init_db() {
set -eu
if ! type mysql > /dev/null 2>&1; then
apt update && apt install -yqq mariadb-client
apt update -qq && apt install -yqq mariadb-client
fi
PASSWORD=$(cat /run/secrets/db_password)