From 95068be810b1b84295ee640f634302093c9a615f Mon Sep 17 00:00:00 2001 From: CdRom1 <r.maliach@live.fr> Date: Sun, 28 Oct 2018 10:14:07 +0100 Subject: [PATCH] =?UTF-8?q?sur=20entrypoint2,=20ex=C3=A9cution=20pr=C3=A9a?= =?UTF-8?q?lable=20de=20entrypoint=20en=20mode=20debug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pica-mail-mta/test-auth_local_user/entrypoint2.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pica-mail-mta/test-auth_local_user/entrypoint2.sh b/pica-mail-mta/test-auth_local_user/entrypoint2.sh index 225161fc..f8ba44b1 100755 --- a/pica-mail-mta/test-auth_local_user/entrypoint2.sh +++ b/pica-mail-mta/test-auth_local_user/entrypoint2.sh @@ -1,4 +1,7 @@ #!/bin/bash + +/entrypoint.sh true + postfix stop #génération du .db à partir du fichier texte postmap /local_users -- GitLab