We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21dd9fa commit 5ab9fc5Copy full SHA for 5ab9fc5
1 file changed
bin/v-update-user-stats
@@ -67,6 +67,9 @@ TOTAL_USERS=0
67
68
# Updating user stats
69
for user in $user_list; do
70
+ if [ ! -f "$VESTA/data/users/$user/user.conf" ]; then
71
+ continue;
72
+ fi
73
USER_DATA=$VESTA/data/users/$user
74
source $USER_DATA/user.conf
75
next_month=$(date +'%m/01/%y' -d '+ 1 month')
0 commit comments