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 'for' style (#3368)
This commit is contained in:
@ -29,8 +29,7 @@ function _should_succesfully_negotiate_tls() {
|
||||
assert_success
|
||||
|
||||
local PORTS=(25 587 465 143 993)
|
||||
for PORT in "${PORTS[@]}"
|
||||
do
|
||||
for PORT in "${PORTS[@]}"; do
|
||||
_negotiate_tls "${FQDN}" "${PORT}"
|
||||
done
|
||||
}
|
||||
|
Reference in New Issue
Block a user