mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-04 01:55:29 +02:00
fix(listmailuser): Don't parse comments when reading config (#2617)
* fix(listmailuser): Don't parse comments Avoids passing comments to `dovecot_quota_to_hr()` which fails to handle it and would throws errors. * chore: Move config filter method to `helpers/utils.sh`
This commit is contained in:
parent
40e2d88482
commit
1f3e672018
2 changed files with 12 additions and 3 deletions
|
@ -47,6 +47,7 @@ do
|
|||
else
|
||||
echo
|
||||
fi
|
||||
done < "${DATABASE}"
|
||||
done < <(_filter_to_valid_lines "${DATABASE}")
|
||||
|
||||
|
||||
exit 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue