summaryrefslogtreecommitdiffstats
path: root/openwrt/package/rrdcollect/files/rrdcollect.init
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-08-15 22:03:55 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-08-15 22:03:55 +0000
commit8e650d30b0097ffefc814caa3b75fe04c80e8fca (patch)
tree2b5a6d5d34383e9479649378885dc8472547e172 /openwrt/package/rrdcollect/files/rrdcollect.init
parent4f7fc3e94c5cde6bf782341ae9f04572c5682134 (diff)
fix rrd.cgi and rrd archives creation (thanks Olliver for reporting)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1685 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/rrdcollect/files/rrdcollect.init')
-rw-r--r--openwrt/package/rrdcollect/files/rrdcollect.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/rrdcollect/files/rrdcollect.init b/openwrt/package/rrdcollect/files/rrdcollect.init
index a6089ba16..7bcd1e933 100644
--- a/openwrt/package/rrdcollect/files/rrdcollect.init
+++ b/openwrt/package/rrdcollect/files/rrdcollect.init
@@ -17,7 +17,7 @@ case $1 in
mkdir -p $IMG_D
mkdir -p $RRD_D
[ -x $CGI_S ] || /usr/bin/rrd.sh cgi
- [ -n "$RRD_D" ] || /usr/bin/rrd.sh init
+ [ -n "$RRD_F" ] || /usr/bin/rrd.sh init
$BIN $OPTIONS
;;
stop)