From d33526426cf4355e25ad8ddc9bbce29cecdaf230 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 16 Feb 2021 17:10:31 +0100 Subject: [PATCH] Quiten update also --- entrypoint.sh.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh.tmpl b/entrypoint.sh.tmpl index 079a91c..5dbcc41 100755 --- a/entrypoint.sh.tmpl +++ b/entrypoint.sh.tmpl @@ -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)