You've already forked docker-mailserver
mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-10 23:12:02 +02:00
committed by
GitHub
parent
776bfe9f7f
commit
392ee076ec
@@ -1621,7 +1621,10 @@ function _setup_user_patches
|
||||
if [[ -f ${USER_PATCHES} ]]
|
||||
then
|
||||
_notify 'tasklog' 'Applying user patches'
|
||||
chmod +x "${USER_PATCHES}"
|
||||
if [[ ! -x ${USER_PATCHES} ]]; then
|
||||
_notify 'inf' 'Making user patches script executable'
|
||||
chmod +x "${USER_PATCHES}"
|
||||
fi
|
||||
${USER_PATCHES}
|
||||
else
|
||||
_notify 'inf' "No optional '/tmp/docker-mailserver/user-patches.sh' provided. Skipping."
|
||||
|
Reference in New Issue
Block a user