refactor(network): FIx logging in route logger

This commit is contained in:
Tristan D. 2024-10-18 02:07:09 +02:00
parent 156cb70919
commit c17d5cbf43
Signed by: tristan
SSH key fingerprint: SHA256:3RU4RLOoM8oAjFU19f1W6t8uouZbA7GWkaSW6rjp1k8

View file

@ -17,6 +17,6 @@
# Re-creating forces high priority in case the route already exists
ip route del $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
'')