Skip to content

Commit 2151ec2

Browse files
committed
improved user listing speed
1 parent 479d47e commit 2151ec2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bin/v_list_users

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ format=${1-shell}
1010

1111
# Importing variables
1212
source $VESTA/conf/vars.conf
13-
source $V_FUNC/shared.func
1413

1514
# Json function
1615
json_list_users() {
@@ -100,7 +99,6 @@ case $format in
10099
plain) nohead=1; shell_list_users ;;
101100
shell) fields='$USER $PACKAGE $U_DISK $U_BANDWIDTH $SUSPENDED $DATE';
102101
shell_list_users | column -t ;;
103-
*) check_args '1' '0' '[format]' ;;
104102
esac
105103

106104

0 commit comments

Comments
 (0)