luci-watchcat 180 B

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