mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-31 08:04:46 +02:00
fix: typo in changedetector ready message (#2663)
This commit is contained in:
parent
4cf3100e89
commit
68477e9047
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ _log_with_date 'trace' "Using postmaster address '${POSTMASTER_ADDRESS}'"
|
|||
# Change detection delayed during startup to avoid conflicting writes
|
||||
sleep 10
|
||||
|
||||
_log_with_date 'debug' "Chagedetector is ready"
|
||||
_log_with_date 'debug' "Changedetector is ready"
|
||||
|
||||
function _check_for_changes
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue