You've already forked docker-mailserver
mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-06-24 04:46:57 +02:00
Change 'while' style (#3365)
This commit is contained in:
@ -174,8 +174,7 @@ function _ssl_changes() {
|
||||
# They presently have no special handling other than to trigger a change that will restart Postfix/Dovecot.
|
||||
}
|
||||
|
||||
while true
|
||||
do
|
||||
while true; do
|
||||
_check_for_changes
|
||||
sleep 2
|
||||
done
|
||||
|
Reference in New Issue
Block a user