From e05c219b24645f27e8d0adc2a523d610392246a3 Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Tue, 17 Sep 2019 14:41:30 +0200 Subject: [PATCH] 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 --- .../root/etc/uci-defaults/40_luci-statistics | 4 ---- 1 file changed, 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 c05cb82af0..b2394220b4 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 -- 2.30.2