From 01bfcad92fb6656d408b178ea7445f6dab504bad Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Sun, 27 Sep 2020 15:20:02 +0300 Subject: [PATCH] debug2 --- entrypoint.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 5647b85..db4744a 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -81,8 +81,10 @@ fi # /bin/set-exim-update-conf "${opts[@]}" -echo "debug" +echo "debug1" cat /etc/exim/exim.conf.localmacros +echo "debug2" cat /etc/exim/exim.conf +echo "debug3" exec "$@" \ No newline at end of file