We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2981759 commit f182841Copy full SHA for f182841
bin/v-update-web-domain-stat
@@ -110,7 +110,7 @@ build_awstats() {
110
grep -v icon | sort -r )
111
for link in $months; do
112
year=$(echo $link |cut -f 1 -d \-)
113
- month=$(echo $link |cut -f 2 -d \-)
+ month=$(echo $link |cut -f 2 -d \-| sed -e "s/^0//")
114
case "$month" in
115
1) month='January';;
116
2) month='February';;
0 commit comments