Fix tls config check (#19710)

* Correct tls settings check

* Correct jq format
This commit is contained in:
Nicolas Mowen
2025-08-22 17:23:51 -06:00
committed by GitHub
parent b036eb612a
commit 5af8fbac51

View File

@@ -10,7 +10,7 @@ echo "[INFO] Starting certsync..."
lefile="/etc/letsencrypt/live/frigate/fullchain.pem"
tls_enabled=`python3 /usr/local/nginx/get_listen_settings.py | jq -r .enabled`
tls_enabled=`python3 /usr/local/nginx/get_listen_settings.py | jq -r .tls.enabled`
while true
do