made quiet

This commit is contained in:
Sander Schutten 2024-03-27 18:44:59 +01:00
parent 24a15c8c2a
commit 62dc6f541c
2 changed files with 5 additions and 7 deletions

View file

@ -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
docker compose up -d
docker compose pull -q
docker compose up -d -q
msg_ok "Updated Frigate LXC"
exit
}