projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9df6e9d
)
net/mwan3: fix ubus output for mwan3track running state
author
Florian Eckert
<fe@dev.tdt.de>
Fri, 21 Jul 2017 13:07:46 +0000
(15:07 +0200)
committer
Florian Eckert
<fe@dev.tdt.de>
Thu, 10 Aug 2017 08:48:14 +0000
(10:48 +0200)
Fix ubus output for mwan3track running state
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
net/mwan3/files/usr/libexec/rpcd/mwan3
patch
|
blob
|
history
diff --git
a/net/mwan3/files/usr/libexec/rpcd/mwan3
b/net/mwan3/files/usr/libexec/rpcd/mwan3
index bbc570f6c2b3c3b185e3f27e4d7ff4abdb85a85e..f4d59220b0cc53c3e86b55790d79876a5568a2c2 100755
(executable)
--- a/
net/mwan3/files/usr/libexec/rpcd/mwan3
+++ b/
net/mwan3/files/usr/libexec/rpcd/mwan3
@@
-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