mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
up-wan -> up_wan (hasn't run in years!)
This commit is contained in:
parent
8c1d9951ba
commit
1ede052620
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ if [ "$2" = "up" ]; then
|
||||||
sleep 2
|
sleep 2
|
||||||
/sbin/ip route list dev "$1" | grep -q '^default' &&
|
/sbin/ip route list dev "$1" | grep -q '^default' &&
|
||||||
# restart the services
|
# restart the services
|
||||||
systemctl -q is-enabled openvpn@xscenet.service && /usr/lib/iiab/up-wan
|
systemctl -q is-enabled openvpn@xscenet.service && /usr/lib/iiab/up_wan
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# we added this to prevent logs from filling with openvpn errors
|
# we added this to prevent logs from filling with openvpn errors
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue