2024-10-09 12:59:47 +08:00

11 lines
169 B
Bash

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