mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-06 07:24:56 +02:00
* added EditorConfig linting * adding `eclint` as Travis script target * re-adjusted .pem files to have a newline
6 lines
228 B
Bash
Executable file
6 lines
228 B
Bash
Executable file
#!/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"
|