mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +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
|
||||
/sbin/ip route list dev "$1" | grep -q '^default' &&
|
||||
# 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
|
||||
|
||||
# we added this to prevent logs from filling with openvpn errors
|
||||
|
|
Loading…
Reference in a new issue