mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
fix: typo in changedetector ready message (#2663)
This commit is contained in:
parent
4cf3100e89
commit
68477e9047
|
@ -32,7 +32,7 @@ _log_with_date 'trace' "Using postmaster address '${POSTMASTER_ADDRESS}'"
|
||||||
# Change detection delayed during startup to avoid conflicting writes
|
# Change detection delayed during startup to avoid conflicting writes
|
||||||
sleep 10
|
sleep 10
|
||||||
|
|
||||||
_log_with_date 'debug' "Chagedetector is ready"
|
_log_with_date 'debug' "Changedetector is ready"
|
||||||
|
|
||||||
function _check_for_changes
|
function _check_for_changes
|
||||||
{
|
{
|
||||||
|
|
|
@ -117,7 +117,7 @@ function teardown() {
|
||||||
wait_for_service "${TEST_NAME}" 'changedetector'
|
wait_for_service "${TEST_NAME}" 'changedetector'
|
||||||
|
|
||||||
# Wait until the changedetector service startup delay is over:
|
# Wait until the changedetector service startup delay is over:
|
||||||
repeat_until_success_or_timeout 20 sh -c "$(_get_service_logs 'changedetector') | grep 'Chagedetector is ready'"
|
repeat_until_success_or_timeout 20 sh -c "$(_get_service_logs 'changedetector') | grep 'Changedetector is ready'"
|
||||||
}
|
}
|
||||||
|
|
||||||
# Test `acme.json` extraction works at container startup:
|
# Test `acme.json` extraction works at container startup:
|
||||||
|
|
Loading…
Reference in a new issue