mirror of
https://github.com/myvesta/vesta
synced 2025-08-20 05:14:10 -07:00
bugfix for wrong stats calculation
This commit is contained in:
parent
dd9b517d31
commit
939e5907d2
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ TOTAL_U_BACKUPS=0
|
||||||
for user in $user_list; do
|
for user in $user_list; do
|
||||||
USER_DATA=$VESTA/data/users/$user
|
USER_DATA=$VESTA/data/users/$user
|
||||||
source $USER_DATA/user.conf
|
source $USER_DATA/user.conf
|
||||||
next_month=$(date +'%m/01' -d '+ 1 month')
|
next_month=$(date +'%m/01/%y' -d '+ 1 month')
|
||||||
DATE=$(date -d "$next_month -1day" +%F)
|
DATE=$(date -d "$next_month -1day" +%F)
|
||||||
|
|
||||||
# Compiling report string
|
# Compiling report string
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue