mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-13 11:01:50 +00:00
Small change for mptcp hotplug
This commit is contained in:
parent
4db977432d
commit
598377c2e9
1 changed files with 1 additions and 1 deletions
|
@ -5,6 +5,6 @@
|
|||
|
||||
/etc/init.d/mptcp enabled || exit 0
|
||||
|
||||
logger -t mptcp "Reloading mptcp config due to $ACTION of $INTERFACE ($DEVICE)"
|
||||
logger -t "mptcp" "Reloading mptcp config due to $ACTION of $INTERFACE ($DEVICE)"
|
||||
/etc/init.d/mptcp reload "$DEVICE" >/dev/null || exit 0
|
||||
|
||||
|
|
Loading…
Reference in a new issue