X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=near-rt-ric-simulator%2Fsrc%2Fstart.sh;h=feb5a1dd012dfffce9b95f0cc2ce8e6a7419c1f0;hb=refs%2Ftags%2F2.3.1;hp=3fe7d4b1f1b742e09cdcdeb437abe7cacfdcc0d4;hpb=2f9ccf9fe7be29b0be569642e25cb3f9200936cc;p=sim%2Fa1-interface.git diff --git a/near-rt-ric-simulator/src/start.sh b/near-rt-ric-simulator/src/start.sh index 3fe7d4b..feb5a1d 100755 --- a/near-rt-ric-simulator/src/start.sh +++ b/near-rt-ric-simulator/src/start.sh @@ -41,7 +41,7 @@ cd $1 nginx -c /usr/src/app/nginx.conf #start callBack server -if [ ${A1_VERSION} == "STD_1.1.3" ]; then +if [[ ${A1_VERSION} == "STD"* ]]; then echo "Path to callBack.py: "$PWD python -u callBack.py & fi