Skip to content

Commit

Permalink
fixed months associations for awstats index
Browse files Browse the repository at this point in the history
  • Loading branch information
serghey-rodin committed Jan 26, 2014
1 parent 2981759 commit f182841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/v-update-web-domain-stat
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ build_awstats() {
grep -v icon | sort -r )
for link in $months; do
year=$(echo $link |cut -f 1 -d \-)
month=$(echo $link |cut -f 2 -d \-)
month=$(echo $link |cut -f 2 -d \-| sed -e "s/^0//")
case "$month" in
1) month='January';;
2) month='February';;
Expand Down

0 comments on commit f182841

Please sign in to comment.