mirror of
https://github.com/docker-mailserver/docker-mailserver
synced 2024-12-18 14:04:17 +01:00
7 lines
228 B
Bash
Executable File
7 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"
|