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