1
0
Fork 0
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:
A Holt 2018-08-15 14:43:57 -04:00 committed by GitHub
parent 8c1d9951ba
commit 1ede052620
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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