From e561431035b26ef92de51ccaa3867025bafbf6d7 Mon Sep 17 00:00:00 2001 From: aaron Date: Mon, 29 Jul 2024 08:18:41 -0700 Subject: [PATCH] Update ct/frigate.sh --- ct/frigate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/frigate.sh b/ct/frigate.sh index 4287bf0..a3c2392 100644 --- a/ct/frigate.sh +++ b/ct/frigate.sh @@ -56,7 +56,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 "There is currently no update path available so fuck off." exit }