2023-04-09 18:11:53 +08:00

11 lines
183 B
Bash

#!/bin/sh
# no longer needed for "Save and Apply" to restart ddns
uci -q batch <<-EOF >/dev/null
delete ucitrack.@ddns[-1]
commit ucitrack
EOF
rm -f /tmp/luci-indexcache
return 0