As discussed

This commit is contained in:
sven 2017-08-24 06:57:03 +02:00 committed by GitHub
parent 8919a7082e
commit 8317f3912c

View File

@ -27,7 +27,7 @@ if [ -f /tmp/${IF}up ] && [ -f /conf/${IF}.log ]; then
/usr/local/sbin/ppp-log-uptime.sh $seconds ${IF} &
fi
if [ ${IF} !=~ "ppp[0-9]*" ]; then
if echo "${IF}" | egrep -qv "ppp[0-9]+"; then
/etc/rc.kill_states ${IF} ${LOCAL_IP}
fi