A1-simulator - reduced image size
[sim/a1-interface.git] / near-rt-ric-simulator / src / start.sh
index 73491bd..8518541 100755 (executable)
@@ -1,7 +1,7 @@
-#!/bin/bash
+#!/bin/sh
 
 #  ============LICENSE_START===============================================
-#  Copyright (C) 2020 Nordix Foundation. All rights reserved.
+#  Copyright (C) 2020-2023 Nordix Foundation. All rights reserved.
 #  ========================================================================
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
@@ -40,6 +40,12 @@ cd $1
 #start nginx
 nginx -c /usr/src/app/nginx.conf
 
+#start callBack server
+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
 python -u main.py