This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
mwan3: fix MWAN3_STARTUP caller
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
lilik-openwrt-22.03
Florian Eckert
4 years ago
parent
8f697b45c8
commit
c085f2648f
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
net/mwan3/files/etc/hotplug.d/iface/15-mwan3
+ 1
- 1
net/mwan3/files/etc/hotplug.d/iface/15-mwan3
View File
@ -19,7 +19,7 @@ if { [ "$ACTION" = "ifup" ] || [ "$ACTION" = "connected" ] ; } && [ -z "$DEVICE"
exit 3
fi
[ "$MWAN3_STARTUP" =
1
] || procd_lock
[ "$MWAN3_STARTUP" =
"init"
] || procd_lock
config_load mwan3
/etc/init.d/mwan3 running || {
Write
Preview
Loading…
Cancel
Save