From 0975b71d725420327489ac731176237fc10fd40e Mon Sep 17 00:00:00 2001 From: Undercover1989 Date: Tue, 8 Oct 2019 19:24:01 +0200 Subject: [PATCH] chown docker:docker /tmp/docker-mailserver/user-patches.sh --- target/start-mailserver.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/target/start-mailserver.sh b/target/start-mailserver.sh index 36da4dc7..16f9c99f 100644 --- a/target/start-mailserver.sh +++ b/target/start-mailserver.sh @@ -1601,6 +1601,7 @@ function _misc_user_patches() { if [ -f /tmp/docker-mailserver/user-patches.sh ]; then chmod +x /tmp/docker-mailserver/user-patches.sh + chown -R docker:docker /tmp/docker-mailserver/user-patches.sh /tmp/docker-mailserver/user-patches.sh notify 'inf' "user-patches.sh executed" else