mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-01 21:14:54 +02:00
scripts: more consistency in start-mailserver.sh
(#2587)
* consistently name functions (starting with `_`) in `start-mailserver.sh` Most of the functions that execute the different stacks during startup were not prefixed with `_`, but all our other functions are. This has now been fixed. * cleanup in `start-mailserver.sh` I adjusted the comments for all sections in the start script so they are properly displayed again.
This commit is contained in:
parent
777d4a8cb7
commit
b7e5d42e09
5 changed files with 22 additions and 20 deletions
|
@ -1,6 +1,6 @@
|
|||
#! /bin/bash
|
||||
|
||||
function fix
|
||||
function _apply_fixes
|
||||
{
|
||||
_log 'info' 'Post-configuration checks'
|
||||
for FUNC in "${FUNCS_FIX[@]}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue