summaryrefslogtreecommitdiffhomepage
path: root/applications
diff options
context:
space:
mode:
authorFlorian Eckert <fe@dev.tdt.de>2020-06-24 15:56:58 +0200
committerGitHub <noreply@github.com>2020-06-24 15:56:58 +0200
commit5b90a82dfae6427febdfe18bc86c964e37185890 (patch)
tree3c7df1be0715f422a5c1fdd9feb44a01ace50149 /applications
parentcf1de41bc22a9cbfe57ce869ec70dff8bac8d61d (diff)
parent40957b1c7851cd12833003496cd396ef9a687fcc (diff)
Merge pull request #4183 from TDT-AG/pr/20200617-luci-app-mwan3
luci-app-mwan3: use ucitrack is now done with mwan3 procd
Diffstat (limited to 'applications')
-rwxr-xr-xapplications/luci-app-mwan3/root/etc/uci-defaults/60_luci-mwan34
1 files changed, 1 insertions, 3 deletions
diff --git a/applications/luci-app-mwan3/root/etc/uci-defaults/60_luci-mwan3 b/applications/luci-app-mwan3/root/etc/uci-defaults/60_luci-mwan3
index 528415f5a..d79f64867 100755
--- a/applications/luci-app-mwan3/root/etc/uci-defaults/60_luci-mwan3
+++ b/applications/luci-app-mwan3/root/etc/uci-defaults/60_luci-mwan3
@@ -1,10 +1,8 @@
#!/bin/sh
-# replace existing mwan ucitrack entry
+# remove existing mwan ucitrack entry is now done with procd
uci -q batch <<-EOF >/dev/null
del ucitrack.@mwan3[-1]
- add ucitrack mwan3
- set ucitrack.@mwan3[-1].exec="/etc/init.d/mwan3 reload"
commit ucitrack
EOF