From e35017027bcf9fe16d5e262ef76c925825174f2d Mon Sep 17 00:00:00 2001 From: Brennan Kinney <5098581+polarathene@users.noreply.github.com> Date: Sat, 3 Aug 2024 08:48:32 +1200 Subject: [PATCH] Update target/scripts/start-mailserver.sh Co-authored-by: Casper --- target/scripts/start-mailserver.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/scripts/start-mailserver.sh b/target/scripts/start-mailserver.sh index 271bc621..1c43616d 100755 --- a/target/scripts/start-mailserver.sh +++ b/target/scripts/start-mailserver.sh @@ -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}"