Commit 0c65cfea authored by Raphael Defosseux's avatar Raphael Defosseux

Merge branch 'no_nrf_fix' into 'develop'

avoid exit for no-nrf case

See merge request oai/cn5g/oai-cn5g-upf-vpp!11
parents 9a2ad3ea e90b9784
...@@ -73,5 +73,5 @@ if [[ ${REGISTER_NRF} == "yes" ]];then ...@@ -73,5 +73,5 @@ if [[ ${REGISTER_NRF} == "yes" ]];then
NRF_ARGS=" --nrf_ip="$NRF_IP_ADDR" --nrf_port="$NRF_PORT" --http_version="$HTTP_VERSION NRF_ARGS=" --nrf_ip="$NRF_IP_ADDR" --nrf_port="$NRF_PORT" --http_version="$HTTP_VERSION
python $NRF_APP $NRF_ARGS python $NRF_APP $NRF_ARGS
fi fi
sleep infinity
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