luci-app-statistics: remove not needed tmp atribute change
authorFlorian Eckert <fe@dev.tdt.de>
Tue, 17 Sep 2019 12:41:30 +0000 (14:41 +0200)
committerFlorian Eckert <fe@dev.tdt.de>
Thu, 7 May 2020 09:32:28 +0000 (11:32 +0200)
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>
applications/luci-app-statistics/root/etc/uci-defaults/40_luci-statistics

index c05cb82af03c1a356fb5068d96876206d88c385e..b2394220b436c5ccf7c98577c2723a8088b0a885 100755 (executable)
@@ -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