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>
This commit is contained in:
Florian Eckert 2019-09-17 14:41:30 +02:00
parent 16142d35c4
commit e05c219b24

View file

@ -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