mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
more silent
This commit is contained in:
parent
62dc6f541c
commit
484025effd
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue