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:
parent
65f9e51e31
commit
de107813d1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue