You've already forked docker-mailserver
mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-09 23:07:35 +02:00
Renamed the sample script in config, as it will be called if people make a copy. Better create a sample file with another name that has to be renamed to activate it.
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
#!/bin/bash
|
||||
echo "Default user-patches.sh successfully executed!"
|
6
config/user-patches.sh.dist
Normal file
6
config/user-patches.sh.dist
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!"
|
Reference in New Issue
Block a user