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