From b5c422c3c5f00f87d357a3ef77403c1fcb12feb9 Mon Sep 17 00:00:00 2001 From: Undercover1989 Date: Tue, 8 Oct 2019 15:08:01 +0200 Subject: [PATCH] start user-patches.sh native instead of explicit using the bash-command --- target/start-mailserver.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."