This commit is contained in:
Nicolas Mowen 2023-11-18 16:55:14 -07:00 committed by GitHub
parent ba8a0d1fbd
commit d102af55d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,9 +55,8 @@ if [[ ! -f "/dev/shm/go2rtc.yaml" ]]; then
if [[ -n "${SUPERVISOR_TOKEN:-}" ]]; then
# Running as a Home Assistant add-on, infer the IP address and port
get_ip_and_port_from_supervisor
fi
python3 /usr/local/go2rtc/create_config.py
fi
else
echo "[WARNING] Unable to remove existing go2rtc config. Changes made to your frigate config file may not be recognized. Please remove the /dev/shm/go2rtc.yaml from your docker host manually."
fi