瀏覽代碼

improved user listing speed

Serghey Rodin 14 年之前
父節點
當前提交
2151ec2f37
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      bin/v_list_users

+ 0 - 2
bin/v_list_users

@@ -10,7 +10,6 @@ format=${1-shell}
 
 # Importing variables
 source $VESTA/conf/vars.conf
-source $V_FUNC/shared.func
 
 # Json function
 json_list_users() {
@@ -100,7 +99,6 @@ case $format in
     plain)  nohead=1; shell_list_users ;;
     shell)  fields='$USER $PACKAGE $U_DISK $U_BANDWIDTH $SUSPENDED $DATE';
             shell_list_users | column -t ;;
-    *)      check_args '1' '0' '[format]' ;;
 esac