diff options
author | Florian Eckert <fe@dev.tdt.de> | 2019-09-17 14:41:30 +0200 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2020-05-07 11:32:28 +0200 |
commit | e05c219b24645f27e8d0adc2a523d610392246a3 (patch) | |
tree | bcd42c375d286acd64a0c4eb8034e51e43f603d6 /applications | |
parent | 16142d35c419af6c4e02e468e438cdcf14413510 (diff) |
luci-app-statistics: remove not needed tmp atribute change
We are generating the PNG images on the fly and and the rrdimg directory
itself is not used anymore. Therefore the no longer needed code section
is removed with this commit.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'applications')
-rwxr-xr-x | applications/luci-app-statistics/root/etc/uci-defaults/40_luci-statistics | 4 |
1 files changed, 0 insertions, 4 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 c05cb82af..b2394220b 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 @@ -8,8 +8,4 @@ uci -q batch <<-EOF >/dev/null commit ucitrack EOF -# symlink for busybox httpd -[ -x /usr/sbin/httpd ] && [ ! -h /www/rrdimg ] && \ - ln -s /tmp/rrdimg /www/rrdimg - exit 0 |