luci-ddns 181 B

12345678910
  1. #!/bin/sh
  2. # no longer needed for "Save and Apply" to restart ddns
  3. uci -q batch <<-EOF >/dev/null
  4. delete ucitrack.@ddns[-1]
  5. commit ucitrack
  6. EOF
  7. rm -f /tmp/luci-indexcache
  8. exit 0