- adaption to LuCI's new directory structure on github - adaption to LuCI's new Makefile optional settings - remove CHANGELOG from github - directory structure cleanup not all patches of 2.1.0-3 and before were applied to new directory structure Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
10 lines
181 B
Bash
Executable file
10 lines
181 B
Bash
Executable file
#!/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
|
|
exit 0
|