Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lmagyar committed Nov 23, 2024
1 parent b605a87 commit 376cd54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tailscale/rootfs/usr/bin/protect-subnet-routes
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ 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.)
# See: https://github.com/home-assistant/supervisor/issues/5361
Expand Down

0 comments on commit 376cd54

Please sign in to comment.