From 9a4e76f4f0dd59afd8eb34272d2f32529b60e616 Mon Sep 17 00:00:00 2001 From: riley Date: Mon, 18 Sep 2023 19:37:16 -0400 Subject: [PATCH] tiny syntax fix --- root/usr/libexec/apps/frigate/frigate.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/root/usr/libexec/apps/frigate/frigate.sh b/root/usr/libexec/apps/frigate/frigate.sh index 418bffb..7603117 100644 --- a/root/usr/libexec/apps/frigate/frigate.sh +++ b/root/usr/libexec/apps/frigate/frigate.sh @@ -185,7 +185,6 @@ case "${ACTION}" in echo "${CONTAINER_STATUS}" fi ;; - ;; "port") APP_NAME="frigate" CONTAINER_NAMES=$(docker ps -a --filter "ancestor=${APP_NAME}" --format '{{.Names}}')