2024-01-11 14:30:31 +08:00

12 lines
202 B
Bash
Executable File

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