summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-mwan3/root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-app-mwan3/root/etc')
-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