1
0
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:
Georg Lauterbach
2021-11-20 10:38:40 +01:00
committed by GitHub
parent 7ca056852f
commit ae70142d8f
3 changed files with 17 additions and 11 deletions

View File

@ -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