We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82b0296 commit 8cc7147Copy full SHA for 8cc7147
2 files changed
bin/v-list-user-stats
@@ -122,6 +122,10 @@ is_object_valid 'user' 'USER' "$user"
122
# Action #
123
#----------------------------------------------------------#
124
125
+# Ensure statistics are up to date
126
+$BIN/v-update-user-stats $user
127
+
128
129
# Defining config
130
conf=$USER_DATA/stats.log
131
if [ ! -e "$conf" ]; then
bin/v-list-users-stats
@@ -121,6 +121,11 @@ check_args '0' "$#" '[FORMAT]'
121
+for user in $(ls $HESTIA/data/users); do
+ $BIN/v-update-user-stats $user
+done
conf=$HESTIA/data/users/admin/overall_stats.log
0 commit comments