From: DenisGNoonan Date: Wed, 22 Nov 2023 14:37:21 +0000 (+0000) Subject: NONRTRIC-892: Fix issue with missing comment symbol X-Git-Tag: 2.6.0~5 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=sim%2Fa1-interface.git;a=commitdiff_plain;h=d59dd37cba1f908100f3e0a191e0f4e4c769004b NONRTRIC-892: Fix issue with missing comment symbol Issue-Id: NONRTRIC-892 Change-Id: I4b0948f1b9b34345009c119c86e72fd38e5caa1e Signed-off-by: DenisGNoonan --- diff --git a/near-rt-ric-simulator/src/start.sh b/near-rt-ric-simulator/src/start.sh index ad5c677..e87b69e 100755 --- a/near-rt-ric-simulator/src/start.sh +++ b/near-rt-ric-simulator/src/start.sh @@ -40,7 +40,7 @@ cd $1 # start nginx nginx -c /usr/src/app/nginx.conf -start callBack server +# start callBack server if [[ ${A1_VERSION} == "STD"* ]]; then echo "Path to callBack.py: "$PWD python -u callBack.py &