#!/bin/sh

cat <<BANNER
----------------------------------------------------------------------

The OpenTelemetry dynamic module for nginx has been installed.
To enable this module, add the following to /etc/nginx/nginx.conf
and reload nginx:

    load_module modules/ngx_otel_module.so;

----------------------------------------------------------------------
BANNER

exit 0
