1
1
Fork 0
mirror of https://github.com/docker-mailserver/docker-mailserver synced 2024-05-28 09:06:04 +02:00

comment updated

This commit is contained in:
Casper 2021-03-13 15:48:02 +01:00 committed by GitHub
parent 4ba2315058
commit 37770c5618
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
#! /bin/bash #! /bin/bash
## ##
# This user patches script runs right before starting the daemons. That means, all the other configuration is in place, so the script can make final adjustments. # This user patches script runs right before starting the daemons. That means, all the other configuration is in place, so the script can make final adjustments.
# If you modify any supervisord configuration, make sure to run "supervisorctl update" afterwards. # If you modify any supervisord configuration, make sure to run "supervisorctl update" or "supervisorctl reload" afterwards.
# To enable the script, you must save it in your config directory as "user-patches.sh". # To enable the script, you must save it in your config directory as "user-patches.sh".
## ##
echo "Default user-patches.sh successfully executed" echo "Default user-patches.sh successfully executed"