mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2026-05-05 04:06:26 +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:
parent
c30c3bf5de
commit
5e6969e594
@ -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!"
|
||||
Loading…
x
Reference in New Issue
Block a user