small-package/luci-app-tailscale/root/etc/uci-defaults/40_luci-tailscale

10 lines
130 B
Bash
Executable File

#!/bin/sh
uci -q batch <<-EOF >/dev/null
delete ucitrack.@tailscale[-1]
commit ucitrack
EOF
rm -f /tmp/luci-indexcache
exit 0