You've already forked mailserver
mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-30 01:01:15 +03:00
Change 'while' style (#3365)
This commit is contained in:
@ -107,8 +107,7 @@ function __postfix__setup_override_configuration() {
|
||||
fi
|
||||
|
||||
if [[ -f /tmp/docker-mailserver/postfix-master.cf ]]; then
|
||||
while read -r LINE
|
||||
do
|
||||
while read -r LINE; do
|
||||
if [[ ${LINE} =~ ^[0-9a-z] ]]; then
|
||||
postconf -P "${LINE}"
|
||||
fi
|
||||
|
Reference in New Issue
Block a user