mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-17 16:21:14 +02:00
chore: improve doc comment in string
Signed-off-by: georglauterbach <44545919+georglauterbach@users.noreply.github.com>
This commit is contained in:
parent
65f419d741
commit
59fd44c02c
1 changed files with 1 additions and 2 deletions
|
@ -129,9 +129,8 @@ function _register_functions() {
|
||||||
_register_start_daemon '_start_daemon_mta_sts_daemon'
|
_register_start_daemon '_start_daemon_mta_sts_daemon'
|
||||||
fi
|
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_directory_and_file_permissions'
|
||||||
|
|
||||||
_register_setup_function '_setup_run_user_patches'
|
_register_setup_function '_setup_run_user_patches'
|
||||||
|
|
||||||
# ? >> Daemons
|
# ? >> Daemons
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue