mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-12 18:41:51 +00:00
Fix MPTCP init script
This commit is contained in:
parent
6364c36750
commit
0799528687
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