refactor(network): FIx logging in route logger
This commit is contained in:
parent
156cb70919
commit
c17d5cbf43
1 changed files with 1 additions and 1 deletions
|
@ -17,6 +17,6 @@
|
||||||
# Re-creating forces high priority in case the route already exists
|
# Re-creating forces high priority in case the route already exists
|
||||||
ip route del $VPN_NETWORK dev $VPN_INTERFACE
|
ip route del $VPN_NETWORK dev $VPN_INTERFACE
|
||||||
ip route add $VPN_NETWORK dev $VPN_INTERFACE
|
ip route add $VPN_NETWORK dev $VPN_INTERFACE
|
||||||
logger "Added Tailscale route for $VPN_NETWORK via $VPN_INTERFACE"
|
logger "Added route for $VPN_NETWORK via $VPN_INTERFACE"
|
||||||
end
|
end
|
||||||
'')
|
'')
|
||||||
|
|
Loading…
Add table
Reference in a new issue