Update frigate.sh

To update Frigate, create a new container and transfer your configuration.
This commit is contained in:
tteckster 2024-08-30 11:41:17 -04:00 committed by GitHub
parent 4696040e93
commit 96c8062405
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ function default_settings() {
function update_script() {
if [[ ! -f /etc/systemd/system/frigate.service ]]; then msg_error "No ${APP} Installation Found!"; exit; fi
msg_error "There is currently no update path available."
msg_error "To update Frigate, create a new container and transfer your configuration."
exit
}