You've already forked docker-mailserver
mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-17 07:49:53 +02:00
Housekeeping (#2302)
Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
This commit is contained in:
@ -1742,7 +1742,7 @@ function _setup_user_patches
|
||||
if [[ -f ${USER_PATCHES} ]]
|
||||
then
|
||||
_notify 'tasklog' 'Applying user patches'
|
||||
bash "${USER_PATCHES}"
|
||||
/bin/bash "${USER_PATCHES}"
|
||||
else
|
||||
_notify 'inf' "No optional '/tmp/docker-mailserver/user-patches.sh' provided. Skipping."
|
||||
fi
|
||||
|
Reference in New Issue
Block a user