Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lmagyar committed Dec 3, 2024
1 parent 376cd54 commit 0bf5163
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 @@ -36,7 +36,7 @@ then
if (( 0 == ${#routes[@]} )); then
# 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 0bf5163

Please sign in to comment.