diff --git a/tailscale/rootfs/etc/s6-overlay/s6-rc.d/proxy/run b/tailscale/rootfs/etc/s6-overlay/s6-rc.d/proxy/run index ba440856..a8e4c96e 100755 --- a/tailscale/rootfs/etc/s6-overlay/s6-rc.d/proxy/run +++ b/tailscale/rootfs/etc/s6-overlay/s6-rc.d/proxy/run @@ -45,7 +45,7 @@ if bashio::config.true 'proxy'; then # Test Home Assistant's HTTP reverse proxy configuration if (( 200 != $(curl -s -o /dev/null -w "%{http_code}" "http://127.0.0.1:$(bashio::core.port)" -H "X-Forwarded-For: 127.0.0.1") )); then bashio::log.error "Unable to connect to Home Assistant" - bashio::log.error "Please check your configuration based on the add-on's Documentation under \"Option: proxy\"" + bashio::log.error "Please check your configuration based on the add-on's documentation under \"Option: proxy\"" bashio::exit.nok fi