fix verbose flag
This commit is contained in:
parent
419e81eca8
commit
1be74e47bc
|
@ -45,7 +45,7 @@ fi
|
|||
|
||||
# build query
|
||||
dbquery="SELECT vm_mboxes.mbox, vm_domains.domain"
|
||||
if [ -n "$includepassword" ]; then
|
||||
if [ -n "$verbose" ]; then
|
||||
dbquery="$dbquery, vm_mboxes.passwd"
|
||||
fi
|
||||
dbquery="$dbquery, vm_mboxes.status, vm_mboxes.quota FROM vm_domains, vm_mboxes WHERE vm_domains.id=vm_mboxes.domain_id"
|
||||
|
|
Loading…
Reference in New Issue
Block a user