Skip to content

Commit 0bf5163

Browse files
committed
fix typo
1 parent 376cd54 commit 0bf5163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tailscale/rootfs/usr/bin/protect-subnet-routes

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ then
3636
if (( 0 == ${#routes[@]} )); then
3737
# Do not remove this warning, usually this is superfluous,
3838
# 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.)
39+
# (that seems to be a hard to reproduce bug, better have some log in the future than not).
4040
# See: https://github.com/home-assistant/supervisor/issues/5361
4141
bashio::log.warning " There are no local subnets to protect!"
4242
bashio::log.warning " Maybe this is a temporary situation due to configuration change underway."

0 commit comments

Comments
 (0)