Skip to content

Commit 5e06cc5

Browse files
committed
fix invalid bool value check
1 parent d2c6b2e commit 5e06cc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/v-update-user-stats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ fi
4040
# Creating user_list
4141
if [ -z "$user" ]; then
4242
user_list=$($HESTIA/bin/v-list-sys-users plain)
43-
update_overall_stats='true'
43+
update_overall_stats='yes'
4444
else
4545
user_list="$user"
4646
fi

0 commit comments

Comments
 (0)