2024-11-01 04:32:22 +08:00

12 lines
203 B
Bash

#!/bin/sh
uci -q batch <<-EOF >/dev/null
delete ucitrack.@qmodem_mwan[-1]
add ucitrack qmodem_mwan
set ucitrack.@qmodem_mwan[-1].init=qmodem_mwan
commit ucitrack
EOF
rm -rf /tmp/luci-*cache
exit 0