Commit 19a32502 authored by Raphael Defosseux's avatar Raphael Defosseux

Merge branch 'entrypoint-fix' into 'develop'

fix on the config path in entrypoint

See merge request oai/cn5g/oai-cn5g-udr!2
parents c43345b4 f3c31bed
......@@ -2,7 +2,7 @@
set -euo pipefail
CONFIG_DIR="/openair-udm/etc"
CONFIG_DIR="/openair-udr/etc"
UDR_INTERFACE_PORT_FOR_NUDR=${UDR_INTERFACE_PORT_FOR_NUDR:-80}
for c in ${CONFIG_DIR}/*.conf; do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment