diff options
Diffstat (limited to 'applications/luci-app-mwan3/root/etc')
-rwxr-xr-x | applications/luci-app-mwan3/root/etc/uci-defaults/60_luci-mwan3 | 4 |
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 |