more silent

pull/2704/head
Sander Schutten 1 year ago
parent 62dc6f541c
commit 484025effd
  1. 4
      ct/frigate.sh
  2. 4
      install/frigate-install.sh

@ -58,8 +58,8 @@ header_info
if [[ ! -d /opt/frigate ]]; then msg_error "No ${APP} Installation Found!"; exit; fi if [[ ! -d /opt/frigate ]]; then msg_error "No ${APP} Installation Found!"; exit; fi
msg_info "Updating Frigate LXC" msg_info "Updating Frigate LXC"
cd /opt/frigate cd /opt/frigate
docker compose pull -q docker compose pull --quiet
docker compose up -d -q docker compose up -d --quiet-pull
msg_ok "Updated Frigate LXC" msg_ok "Updated Frigate LXC"
exit exit
} }

@ -201,8 +201,8 @@ msg_ok "Frigate docker compose file created at /opt/frigate/docker-compose.yml"
msg_info "Downloading Frigate containers" msg_info "Downloading Frigate containers"
cd /opt/frigate cd /opt/frigate
docker compose pull -q docker compose pull --quiet
docker compose up -d -q docker compose up -d --quiet-pull
msg_ok "Frigate downloaded and started" msg_ok "Frigate downloaded and started"
motd_ssh motd_ssh

Loading…
Cancel
Save