Fix two bugs in simulator & code cleaning
[sim/a1-interface.git] / near-rt-ric-simulator / src / start.sh
index 73491bd..9d5acd8 100755 (executable)
@@ -40,6 +40,10 @@ cd $1
 #start nginx
 nginx -c /usr/src/app/nginx.conf
 
+#start callBack server
+echo "Path to callBack.py: "$PWD
+python -u callBack.py &
+
 #start near-rt-ric-simulator
 echo "Path to main.py: "$PWD
 python -u main.py