mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-06-27 03:09:26 +02:00
Housekeeping (#2302)
Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
This commit is contained in:
parent
7ca056852f
commit
ae70142d8f
3 changed files with 17 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue