diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-08-17 07:29:10 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-08-17 07:29:10 +0000 |
commit | c65b043eb97acc544d30bf0df7eeda940f3155c6 (patch) | |
tree | 047294321546f0e49f23a412d1974454b3a05b67 /openwrt/package/rrdcollect | |
parent | 9d58bd917d26c5dec27c4238085f6fe7ff72858f (diff) | |
download | mtk-20170518-c65b043eb97acc544d30bf0df7eeda940f3155c6.zip mtk-20170518-c65b043eb97acc544d30bf0df7eeda940f3155c6.tar.gz mtk-20170518-c65b043eb97acc544d30bf0df7eeda940f3155c6.tar.bz2 |
create cgi script after rrd archives
SVN-Revision: 1686
Diffstat (limited to 'openwrt/package/rrdcollect')
-rw-r--r-- | openwrt/package/rrdcollect/files/rrdcollect.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/rrdcollect/files/rrdcollect.init b/openwrt/package/rrdcollect/files/rrdcollect.init index 7bcd1e9..f9ee8bc 100644 --- a/openwrt/package/rrdcollect/files/rrdcollect.init +++ b/openwrt/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) |