mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-15 03:51:51 +00:00
Fix MPTCP init script
This commit is contained in:
parent
aba28de776
commit
0283885db4
1 changed files with 1 additions and 1 deletions
|
@ -470,7 +470,7 @@ reload_service() {
|
|||
return 0
|
||||
}
|
||||
|
||||
service_triggers_load_interface() { is_supported_interface "$1" && ifaces="${ifaces}${1} "; }
|
||||
service_triggers_load_interface() { ifaces="${ifaces}${1} "; }
|
||||
|
||||
service_triggers() {
|
||||
local ifaces n
|
||||
|
|
Loading…
Reference in a new issue