X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=near-rt-ric-simulator%2Fsrc%2Fstart.sh;h=feb5a1dd012dfffce9b95f0cc2ce8e6a7419c1f0;hb=ebd755a5be2662390dfe63e6dee2cd43a6a9c1ad;hp=9d5acd889b8478f426a0abf0f24910eaad88da9b;hpb=dceaf3959f4f398452cb0fcfb03372e9bc528ceb;p=sim%2Fa1-interface.git diff --git a/near-rt-ric-simulator/src/start.sh b/near-rt-ric-simulator/src/start.sh index 9d5acd8..feb5a1d 100755 --- a/near-rt-ric-simulator/src/start.sh +++ b/near-rt-ric-simulator/src/start.sh @@ -41,8 +41,10 @@ cd $1 nginx -c /usr/src/app/nginx.conf #start callBack server -echo "Path to callBack.py: "$PWD -python -u callBack.py & +if [[ ${A1_VERSION} == "STD"* ]]; then + echo "Path to callBack.py: "$PWD + python -u callBack.py & +fi #start near-rt-ric-simulator echo "Path to main.py: "$PWD