mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
6 lines
228 B
Plaintext
6 lines
228 B
Plaintext
|
#!/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!"
|