summaryrefslogtreecommitdiff
path: root/bin/ldap2awstats
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ldap2awstats')
-rwxr-xr-xbin/ldap2awstats2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ldap2awstats b/bin/ldap2awstats
index 3a7a913..c71be99 100755
--- a/bin/ldap2awstats
+++ b/bin/ldap2awstats
@@ -51,7 +51,7 @@ clients.each{ |c|
config = []
config << 'Include "/etc/awstats/awstats.conf"'
- config << 'LogFile="/usr/local/bin/weblogs-cat-and-remove -n '+client_name+' '+server_name+' |"'
+ config << 'LogFile="/usr/local/bin/weblogs-cat-and-remove '+client_name+' '+server_name+' |"'
config << 'SiteDomain="'+server_name+'"'
config << 'HostAliases="'+server_aliases+' '+server_name+'"'