Update target/scripts/start-mailserver.sh

Co-authored-by: Casper <casperklein@users.noreply.github.com>
This commit is contained in:
Brennan Kinney 2024-08-03 08:48:32 +12:00 committed by GitHub
parent 51244e9df8
commit e35017027b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ fi
# marker to check if container was restarted
date >/CONTAINER_START
# Container logs will receive updates to this log file:
# Container logs will receive updates from this log file:
MAIN_LOGFILE=/var/log/mail/mail.log
# NOTE: rsyslogd would usually create this later during `_start_daemons`, however it would already exist if the container was restarted.
touch "${MAIN_LOGFILE}"