mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
parent
776bfe9f7f
commit
392ee076ec
|
@ -1621,7 +1621,10 @@ function _setup_user_patches
|
||||||
if [[ -f ${USER_PATCHES} ]]
|
if [[ -f ${USER_PATCHES} ]]
|
||||||
then
|
then
|
||||||
_notify 'tasklog' 'Applying user patches'
|
_notify 'tasklog' 'Applying user patches'
|
||||||
|
if [[ ! -x ${USER_PATCHES} ]]; then
|
||||||
|
_notify 'inf' 'Making user patches script executable'
|
||||||
chmod +x "${USER_PATCHES}"
|
chmod +x "${USER_PATCHES}"
|
||||||
|
fi
|
||||||
${USER_PATCHES}
|
${USER_PATCHES}
|
||||||
else
|
else
|
||||||
_notify 'inf' "No optional '/tmp/docker-mailserver/user-patches.sh' provided. Skipping."
|
_notify 'inf' "No optional '/tmp/docker-mailserver/user-patches.sh' provided. Skipping."
|
||||||
|
|
Loading…
Reference in a new issue