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 25955bc commit 8baacbfCopy full SHA for 8baacbf
bin/v_update_user_stats
@@ -48,7 +48,7 @@ fi
48
for user in $user_list; do
49
USER_DATA=$VESTA/data/users/$user
50
source $USER_DATA/user.conf
51
- DATE=$(date -d "$(date +'%m/01') -1day" +%F)
+ DATE=$(date -d "$(date +'%m/01' -d "+ 1 month") -1day" +%F)
52
53
# Compiling report string
54
s="DATE='$DATE' TIME='$TIME' PACKAGE='$PACKAGE' IP_OWNED='$IP_OWNED'"
0 commit comments