mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-13 19:04:50 +02:00
Change 'while' style (#3365)
This commit is contained in:
parent
37ca0f9ba9
commit
c2d0b748b2
18 changed files with 22 additions and 44 deletions
|
@ -19,8 +19,7 @@ function _list_entries() {
|
|||
_db_should_exist_with_content "${DATABASE}"
|
||||
|
||||
local ENTRY_TO_DISPLAY
|
||||
while read -r LINE
|
||||
do
|
||||
while read -r LINE; do
|
||||
ENTRY_TO_DISPLAY=$(_format_list_item "${LINE}")
|
||||
|
||||
echo -e "* ${ENTRY_TO_DISPLAY}\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue