summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-vnstat/root
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-vnstat/root')
-rwxr-xr-xapplications/luci-vnstat/root/etc/uci-defaults/luci-vnstat11
1 files changed, 0 insertions, 11 deletions
diff --git a/applications/luci-vnstat/root/etc/uci-defaults/luci-vnstat b/applications/luci-vnstat/root/etc/uci-defaults/luci-vnstat
deleted file mode 100755
index fa204b3b48..0000000000
--- a/applications/luci-vnstat/root/etc/uci-defaults/luci-vnstat
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-uci -q batch <<-EOF >/dev/null
- delete ucitrack.@vnstat[-1]
- add ucitrack vnstat
- set ucitrack.@vnstat[-1].init=vnstat
- commit ucitrack
-EOF
-
-rm -f /tmp/luci-indexcache
-exit 0