mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
changed stats period
This commit is contained in:
parent
25955bcad4
commit
8baacbf155
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ fi
|
|||
for user in $user_list; do
|
||||
USER_DATA=$VESTA/data/users/$user
|
||||
source $USER_DATA/user.conf
|
||||
DATE=$(date -d "$(date +'%m/01') -1day" +%F)
|
||||
DATE=$(date -d "$(date +'%m/01' -d "+ 1 month") -1day" +%F)
|
||||
|
||||
# Compiling report string
|
||||
s="DATE='$DATE' TIME='$TIME' PACKAGE='$PACKAGE' IP_OWNED='$IP_OWNED'"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue