2
0
mirror of https://github.com/tomav/docker-mailserver synced 2025-09-05 00:35:38 +00:00

scripts: split setup-stack.sh (#3115)

This commit is contained in:
Georg Lauterbach
2023-02-26 11:42:14 +01:00
committed by GitHub
parent 1592698637
commit f35b60042f
18 changed files with 1205 additions and 1184 deletions

View File

@@ -10,6 +10,7 @@ function _import_scripts
source "${PATH_TO_SCRIPTS}/accounts.sh"
source "${PATH_TO_SCRIPTS}/aliases.sh"
source "${PATH_TO_SCRIPTS}/change-detection.sh"
source "${PATH_TO_SCRIPTS}/dhparams.sh"
source "${PATH_TO_SCRIPTS}/dns.sh"
source "${PATH_TO_SCRIPTS}/error.sh"
source "${PATH_TO_SCRIPTS}/lock.sh"