From 4ce2f3bf00851a83213f48b3c1b505e65271905b Mon Sep 17 00:00:00 2001 From: riley Date: Tue, 26 Sep 2023 17:29:02 -0400 Subject: [PATCH] removed unused function --- root/usr/libexec/apps/frigate/frigate.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/root/usr/libexec/apps/frigate/frigate.sh b/root/usr/libexec/apps/frigate/frigate.sh index 97ece0c..2730a29 100755 --- a/root/usr/libexec/apps/frigate/frigate.sh +++ b/root/usr/libexec/apps/frigate/frigate.sh @@ -5,10 +5,6 @@ APP_NAME="frigate" ACTION="${1}" shift 1 -get_image() { - do_install_detail -} - do_install_detail() { local config port IMAGE_NAME LAN_IP local usbcoral hwaccel storage mqtt host coral type device @@ -178,6 +174,7 @@ usage() { echo " port frigate port" } + case "${ACTION}" in "install" | "upgrade") do_install_detail