From 484025effd712d86467f2b4952159fb973678a1c Mon Sep 17 00:00:00 2001 From: Sander Schutten Date: Wed, 27 Mar 2024 19:06:27 +0100 Subject: [PATCH] more silent --- ct/frigate.sh | 4 ++-- install/frigate-install.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ct/frigate.sh b/ct/frigate.sh index 7307b0e6..09425eaf 100644 --- a/ct/frigate.sh +++ b/ct/frigate.sh @@ -58,8 +58,8 @@ header_info if [[ ! -d /opt/frigate ]]; then msg_error "No ${APP} Installation Found!"; exit; fi msg_info "Updating Frigate LXC" cd /opt/frigate -docker compose pull -q -docker compose up -d -q +docker compose pull --quiet +docker compose up -d --quiet-pull msg_ok "Updated Frigate LXC" exit } diff --git a/install/frigate-install.sh b/install/frigate-install.sh index 0351ea0a..29d7c589 100644 --- a/install/frigate-install.sh +++ b/install/frigate-install.sh @@ -201,8 +201,8 @@ msg_ok "Frigate docker compose file created at /opt/frigate/docker-compose.yml" msg_info "Downloading Frigate containers" cd /opt/frigate -docker compose pull -q -docker compose up -d -q +docker compose pull --quiet +docker compose up -d --quiet-pull msg_ok "Frigate downloaded and started" motd_ssh