aboutsummaryrefslogtreecommitdiffstats
path: root/package/rrdcollect
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-08-17 07:29:10 +0000
committerNicolas Thill <nico@openwrt.org>2005-08-17 07:29:10 +0000
commit68f89c4704f7df8a6f24f13cc7f5546890c5f12e (patch)
treef76ce23dc9e9fd6d602991a0f2b2ac2baaaf8e84 /package/rrdcollect
parent280a8ed1c7c44d9e4e80ef6b4735b99d10a2875c (diff)
downloadupstream-68f89c4704f7df8a6f24f13cc7f5546890c5f12e.tar.gz
upstream-68f89c4704f7df8a6f24f13cc7f5546890c5f12e.tar.bz2
upstream-68f89c4704f7df8a6f24f13cc7f5546890c5f12e.zip
create cgi script after rrd archives
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1686 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/rrdcollect')
-rw-r--r--package/rrdcollect/files/rrdcollect.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/rrdcollect/files/rrdcollect.init b/package/rrdcollect/files/rrdcollect.init
index 7bcd1e9335..f9ee8bcaab 100644
--- a/package/rrdcollect/files/rrdcollect.init
+++ b/package/rrdcollect/files/rrdcollect.init
@@ -16,8 +16,8 @@ case $1 in
mkdir -p $RUN_D
mkdir -p $IMG_D
mkdir -p $RRD_D
- [ -x $CGI_S ] || /usr/bin/rrd.sh cgi
[ -n "$RRD_F" ] || /usr/bin/rrd.sh init
+ [ -x $CGI_S ] || /usr/bin/rrd.sh cgi
$BIN $OPTIONS
;;
stop)