|
|
@@ -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
|
|
|
|
|
|
|