1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00
This commit is contained in:
Ycarus 2018-06-18 19:09:30 +02:00
parent 01677ae9f2
commit 1674778ce1

View file

@ -93,7 +93,7 @@ interface_multipath_settings() {
load_interfaces() {
config_get ifname "$1" ifname
config_get multipath "$1" multipath "off"
[ "$multipath" != "off" ] && interface=" ${ifname} ${interfaces}"
[ "$multipath" != "off" ] && interfaces=" ${ifname} ${interfaces}"
}
start_service() {