X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=mc-core%2Fcontainer_start.sh;h=cd515f97226499b46fa08ba6ec278e7d034de714;hb=ddaaf46a05789d0b3a26894411d115ea26e7ce4a;hp=bcce8d4e76cbd53ce194cc580aa31e954abd834e;hpb=5b238b84dd6a6fb77a68f9b37906b465ab08a7fd;p=ric-app%2Fmc.git diff --git a/mc-core/container_start.sh b/mc-core/container_start.sh index bcce8d4..cd515f9 100755 --- a/mc-core/container_start.sh +++ b/mc-core/container_start.sh @@ -49,12 +49,7 @@ then ( cd /playpen - if (( $USE_NNG )) || [[ ! -f bin/mc_listener_si ]] # we really want the si version unless forced - then - bin/mc_listener - else - bin/mc_listener_si - fi + bin/mc_listener ) echo "listener was started" >&2