Skip to content
Snippets Groups Projects
Commit 2f9ccf9f authored by ecaiyanlinux's avatar ecaiyanlinux
Browse files

Fix a bug in deployment


callBack.py is only used in STD version a1-sim

Signed-off-by: default avatarecaiyanlinux <martin.c.yan@est.tech>
Issue-ID: NONRTRIC-265
Change-Id: I3f4ce5be536025f997d6a68f2a91b36efec90e72
parent ee00edac
No related branches found
No related tags found
No related merge requests found
......@@ -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_1.1.3" ]; then
echo "Path to callBack.py: "$PWD
python -u callBack.py &
fi
#start near-rt-ric-simulator
echo "Path to main.py: "$PWD
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment