From: Florian Eckert Date: Mon, 9 Dec 2019 09:36:49 +0000 (+0100) Subject: luci-app-mwan3: use ucitrack is now done with mwan3 procd X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=40957b1c7851cd12833003496cd396ef9a687fcc;p=oweals%2Fluci.git luci-app-mwan3: use ucitrack is now done with mwan3 procd Signed-off-by: Florian Eckert --- 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