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:
parent
16142d35c4
commit
e05c219b24
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue