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