From: eldy <> Date: Tue, 29 Jul 2003 21:57:35 +0000 (+0000) Subject: Send configdir parameter to awstats. X-Git-Tag: AWSTATS_5_7_BETA~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1c1089feafd057e85d02a3d30bd7bfa71807063;p=thirdparty%2FAWStats.git Send configdir parameter to awstats. --- diff --git a/tools/awstats_updateall.pl b/tools/awstats_updateall.pl index 34d2553d..34c52d4b 100644 --- a/tools/awstats_updateall.pl +++ b/tools/awstats_updateall.pl @@ -29,7 +29,6 @@ for (0..@ARGV-1) { if ($ARGV[$_] =~ /^-*h/i) { $helpfound=1; last; } if ($ARGV[$_] =~ /^-*awstatsprog=(.*)/i) { $AWSTATSSCRIPT="$1"; next; } if ($ARGV[$_] =~ /^-*configdir=(.*)/i) { $DIRCONFIG="$1"; next; } - if ($ARGV[$_] =~ /^-*confdir=(.*)/i) { $DIRCONFIG="$1"; next; } # For backward compatibility if ($ARGV[$_] =~ /^now/i) { $nowfound=1; next; } }