NONRTRIC-892: Fix issue with missing comment symbol 79/12079/1
authorDenisGNoonan <denis.noonan@est.tech>
Wed, 22 Nov 2023 14:37:21 +0000 (14:37 +0000)
committerDenisGNoonan <denis.noonan@est.tech>
Wed, 22 Nov 2023 14:48:18 +0000 (14:48 +0000)
Issue-Id: NONRTRIC-892
Change-Id: I4b0948f1b9b34345009c119c86e72fd38e5caa1e
Signed-off-by: DenisGNoonan <denis.noonan@est.tech>
near-rt-ric-simulator/src/start.sh

index ad5c677..e87b69e 100755 (executable)
@@ -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 &