We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 376cd54 commit 0bf5163Copy full SHA for 0bf5163
tailscale/rootfs/usr/bin/protect-subnet-routes
@@ -36,7 +36,7 @@ then
36
if (( 0 == ${#routes[@]} )); then
37
# Do not remove this warning, usually this is superfluous,
38
# but I've run into situation where Supervisor needed a restart to return valid interface address data
39
- # (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).
40
# See: https://github.com/home-assistant/supervisor/issues/5361
41
bashio::log.warning " There are no local subnets to protect!"
42
bashio::log.warning " Maybe this is a temporary situation due to configuration change underway."
0 commit comments