Skip to content

Commit

Permalink
tiny log message tweak (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmagyar authored and frenck committed Oct 22, 2023
1 parent fe1fca0 commit 97a4b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tailscale/rootfs/etc/s6-overlay/s6-rc.d/proxy/run
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 97a4b93

Please sign in to comment.