needed changes to support ddns-scripts 2.7.6 - new command line options of dynamic_ddns_lucihelper.sh - renamed global config options - new location of services files Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
10 lines
183 B
Bash
Executable file
10 lines
183 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
|
|
return 0
|