diff options
author | Florian Eckert <fe@dev.tdt.de> | 2020-02-15 13:05:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-15 13:05:21 +0100 |
commit | 07f6822b66652c1a411b6796ab58cc072a6c19b8 (patch) | |
tree | 4b959b58bc27197f3aeea6b4793562663906b41c /applications/luci-app-statistics/root | |
parent | 34777f342fb498776d67e408f4afdde67b1de321 (diff) | |
parent | b9292a6f575e5bd440b2011006489c06a3dcb833 (diff) |
Merge pull request #3631 from TDT-AG/pr/20200214-luci-build
build: unify and clean up the uci-defaults scripts
Diffstat (limited to 'applications/luci-app-statistics/root')
-rwxr-xr-x | applications/luci-app-statistics/root/etc/uci-defaults/40_luci-statistics | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/applications/luci-app-statistics/root/etc/uci-defaults/40_luci-statistics b/applications/luci-app-statistics/root/etc/uci-defaults/40_luci-statistics index 28e35298a..c05cb82af 100755 --- a/applications/luci-app-statistics/root/etc/uci-defaults/40_luci-statistics +++ b/applications/luci-app-statistics/root/etc/uci-defaults/40_luci-statistics @@ -12,5 +12,4 @@ EOF [ -x /usr/sbin/httpd ] && [ ! -h /www/rrdimg ] && \ ln -s /tmp/rrdimg /www/rrdimg -rm -f /tmp/luci-indexcache exit 0 |