summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-watchcat/root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-watchcat/root/etc')
-rw-r--r--applications/luci-watchcat/root/etc/uci-defaults/luci-watchcat10
1 files changed, 0 insertions, 10 deletions
diff --git a/applications/luci-watchcat/root/etc/uci-defaults/luci-watchcat b/applications/luci-watchcat/root/etc/uci-defaults/luci-watchcat
deleted file mode 100644
index 8cdb8c7b9f..0000000000
--- a/applications/luci-watchcat/root/etc/uci-defaults/luci-watchcat
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-uci -q batch <<-EOF >/dev/null
- add ucitrack system
- set ucitrack.@system[-1].init=watchcat
- commit ucitrack
-EOF
-
-rm -f /tmp/luci-indexcache
-exit 0