1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-14 19:41:51 +00:00

Fix network creation

This commit is contained in:
Ycarus 2018-06-15 21:55:07 +02:00
parent 65f9e51e31
commit de107813d1

View file

@ -49,7 +49,7 @@ _setup_wan_interface() {
[ -n "$4" ] && uci -q set network.$1.type=$4
}
if [ "$(uci -q get openmptcprouter.settings.version)" != "" ]; then
if [ "$(uci -q get network.lan.multipath)" != "" ]; then
exit 0
fi