Update ct/frigate.sh

This commit is contained in:
aaron 2024-07-29 08:18:41 -07:00
parent 5768e8d7e8
commit e561431035

View file

@ -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
}