From 59fd44c02cae96601d0459f46a4441b511e046a8 Mon Sep 17 00:00:00 2001 From: georglauterbach <44545919+georglauterbach@users.noreply.github.com> Date: Sun, 19 Jan 2025 12:21:29 +0100 Subject: [PATCH] chore: improve doc comment in string Signed-off-by: georglauterbach <44545919+georglauterbach@users.noreply.github.com> --- target/scripts/start-mailserver.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/target/scripts/start-mailserver.sh b/target/scripts/start-mailserver.sh index 05a546db..f95cc1f7 100755 --- a/target/scripts/start-mailserver.sh +++ b/target/scripts/start-mailserver.sh @@ -129,9 +129,8 @@ function _register_functions() { _register_start_daemon '_start_daemon_mta_sts_daemon' fi - # ! Must be the last setup function + # ! The following functions have the be executed after all other setup functions _register_setup_function '_setup_directory_and_file_permissions' - _register_setup_function '_setup_run_user_patches' # ? >> Daemons