From f43d76bff192e63ea78ae8e897c9a599f41e7337 Mon Sep 17 00:00:00 2001 From: riley Date: Wed, 27 Sep 2023 12:06:58 -0400 Subject: [PATCH] Fixed IP fetching --- root/usr/libexec/apps/frigate/frigate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/usr/libexec/apps/frigate/frigate.sh b/root/usr/libexec/apps/frigate/frigate.sh index 87b9c58..7f6c40c 100755 --- a/root/usr/libexec/apps/frigate/frigate.sh +++ b/root/usr/libexec/apps/frigate/frigate.sh @@ -54,7 +54,7 @@ do_install_detail() { echo "Fetching Coral device from configuration..." device=$(fetch_and_validate_uci tpu device) - LAN_IP=$(fetch_and_validate_uci network.lan) + LAN_IP=$(uci get network.lan.ipaddr) LAN_IP="${LAN_IP%/*}" [ -z "$port" ] && port=1880