From 96c80624056a063a2d90aeab24963ad5612d830e Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Fri, 30 Aug 2024 11:41:17 -0400
Subject: [PATCH] Update frigate.sh

To update Frigate, create a new container and transfer your configuration.
---
 ct/frigate.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ct/frigate.sh b/ct/frigate.sh
index f3483013..0e83c6e0 100644
--- a/ct/frigate.sh
+++ b/ct/frigate.sh
@@ -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  
 }