From 203da5ca0f86e6b020e4177a80e5832247b16d46 Mon Sep 17 00:00:00 2001 From: Casper Date: Mon, 11 Mar 2024 18:34:22 +0100 Subject: [PATCH] review feedback: comments enhanced Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com> --- target/scripts/start-mailserver.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/scripts/start-mailserver.sh b/target/scripts/start-mailserver.sh index db8de56f..0824f79c 100755 --- a/target/scripts/start-mailserver.sh +++ b/target/scripts/start-mailserver.sh @@ -169,9 +169,9 @@ function _register_functions() { # ? >> Executing all stacks / actual start of DMS # ------------------------------------------------------------ -# fresh container? +# Ensure DMS only adjusts config files for a new container. +# Container restarts should skip as they retain the modified config. if [[ ! -f /CONTAINER_START ]]; then - # first container start _early_supervisor_setup _early_variables_setup