Skip to content

Commit

Permalink
Fix harmless typos (#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmagyar authored Dec 6, 2024
1 parent 64bcfb7 commit 88259a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tailscale/rootfs/usr/bin/protect-subnet-routes
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ then
bashio::log.info "Adding local subnets to ip rules with higher priority than Tailscale's routing,"
bashio::log.info "to prevent routing local subnets if the same subnet is routed within your tailnet."
if (( 0 == ${#routes[@]} )); then
# Do not remote this warning, usually this is superfluous,
# Do not remove this warning, usually this is superfluous,
# but I've run into situation where Supervisor needed a restart to return valid interface address data
# (that seems to be a hard to reproduce bug, better have some log in the future than not.)
# (that seems to be a hard to reproduce bug, better have some log in the future than not).
# See: https://github.com/home-assistant/supervisor/issues/5361
bashio::log.warning " There are no local subnets to protect!"
bashio::log.warning " Maybe this is a temporary situation due to configuration change underway."
Expand Down

0 comments on commit 88259a2

Please sign in to comment.