Merge "Update release notes for F Maintenance Release and Step Version on branch...
[sim/a1-interface.git] / near-rt-ric-simulator / src / start.sh
index 9d5acd8..feb5a1d 100755 (executable)
@@ -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