Browse Source

mwna3: fix whitespace

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
lilik-openwrt-22.03
Florian Eckert 3 years ago
parent
commit
cbc5f0916c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      net/mwan3/files/etc/hotplug.d/iface/15-mwan3

+ 1
- 1
net/mwan3/files/etc/hotplug.d/iface/15-mwan3 View File

@ -66,7 +66,7 @@ case "$ACTION" in
mwan3_set_iface_hotplug_state $INTERFACE "$status"
if [ "$MWAN3_STARTUP" != "init" ]; then
mwan3_create_iface_route $INTERFACE $DEVICE
mwan3_set_general_rules
mwan3_set_general_rules
[ "$status" = "online" ] && mwan3_set_policies_iptables
fi
[ "$ACTION" = ifup ] && procd_running mwan3 "track_$INTERFACE" && procd_send_signal mwan3 "track_$INTERFACE" USR2


Loading…
Cancel
Save