mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-08 00:14:56 +02:00
added default "user-patches.sh" to the first container "mail"
This commit is contained in:
parent
437d3b74cc
commit
def8400c17
2 changed files with 7 additions and 0 deletions
6
test/config/user-patches/user-patches.sh
Normal file
6
test/config/user-patches/user-patches.sh
Normal file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
##
|
||||
# This user script will be executed between configuration and starting daemons
|
||||
# To enable it you must save it in your config directory as "user-patches.sh"
|
||||
##
|
||||
echo "Default user-patches.sh successfully executed!"
|
Loading…
Add table
Add a link
Reference in a new issue