You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
190 B

  1. #!/bin/sh
  2. uci -q batch <<-EOF >/dev/null
  3. delete ucitrack.@acme[-1]
  4. add ucitrack acme
  5. add_list ucitrack.@bcp38[0].init=acme
  6. commit ucitrack
  7. EOF
  8. rm -f /tmp/luci-indexcache
  9. exit 0