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 66935562..ba440856 100755 --- a/tailscale/rootfs/etc/s6-overlay/s6-rc.d/proxy/run +++ b/tailscale/rootfs/etc/s6-overlay/s6-rc.d/proxy/run @@ -44,7 +44,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 on http://127.0.0.1:$(bashio::core.port)" + 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::exit.nok fi