From: Florian Eckert Date: Tue, 17 Sep 2019 12:41:30 +0000 (+0200) Subject: luci-app-statistics: remove not needed tmp atribute change X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e05c219b24645f27e8d0adc2a523d610392246a3;p=oweals%2Fluci.git 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 --- 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