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
net/mwan3: fix ubus output for mwan3track running state
Fix ubus output for mwan3track running state Signed-off-by: Florian Eckert <fe@dev.tdt.de>
lilik-openwrt-22.03
Florian Eckert
7 years ago
parent
9df6e9dd98
commit
487278dcd1
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/usr/libexec/rpcd/mwan3
+ 1
- 1
net/mwan3/files/usr/libexec/rpcd/mwan3
View File
@ -37,7 +37,7 @@ get_mwan3_status() {
local pid
if [ "${iface}" = "${iface_select}" ] || [ "${iface_select}" = "" ]; then
pid="$(pgrep -f "mwan3track $iface
_selected
")"
pid="$(pgrep -f "mwan3track $iface")"
if [ "${pid}" != "" ]; then
running="1"
fi
Write
Preview
Loading…
Cancel
Save