You've already forked docker-mailserver
mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-08 23:06:49 +02:00
Change 'while' style (#3365)
This commit is contained in:
@ -12,8 +12,7 @@ function _list_entries() {
|
||||
local DATABASE=${1}
|
||||
_db_should_exist_with_content "${DATABASE}"
|
||||
|
||||
while read -r LINE
|
||||
do
|
||||
while read -r LINE; do
|
||||
echo -e "* ${LINE}\n"
|
||||
done < <(_get_valid_lines_from_file "${DATABASE}")
|
||||
}
|
||||
|
Reference in New Issue
Block a user