diff --git a/target/start-mailserver.sh b/target/start-mailserver.sh index c89d6f89..36da4dc7 100644 --- a/target/start-mailserver.sh +++ b/target/start-mailserver.sh @@ -1601,7 +1601,7 @@ function _misc_user_patches() { if [ -f /tmp/docker-mailserver/user-patches.sh ]; then chmod +x /tmp/docker-mailserver/user-patches.sh - bash /tmp/docker-mailserver/user-patches.sh + /tmp/docker-mailserver/user-patches.sh notify 'inf' "user-patches.sh executed" else notify 'inf' "user-patches.sh not executed because optional '/tmp/docker-mailserver/user-patches.sh' is not provided."