aboutsummaryrefslogtreecommitdiffstats
path: root/ms/command-executor/src/main/docker/start.sh
diff options
context:
space:
mode:
authorAlexis de Talhouët <adetalhouet89@gmail.com>2019-04-16 10:12:54 -0400
committerAlexis de Talhouët <adetalhouet89@gmail.com>2019-04-16 11:26:21 -0400
commit607c3e652400aa5f772bc353bb56f7e96869e383 (patch)
tree315b585527c00e5d723ae3e0f476a108ac7e6fd3 /ms/command-executor/src/main/docker/start.sh
parent6fcfbc12e20e5a853c9204469dac6867b7eb6ccb (diff)
Add logger to python code
Change-Id: I526059b2a18685dbb978c0776cc728bbbd90e9cd Issue-ID: CCSDK-1164 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
Diffstat (limited to 'ms/command-executor/src/main/docker/start.sh')
-rwxr-xr-xms/command-executor/src/main/docker/start.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ms/command-executor/src/main/docker/start.sh b/ms/command-executor/src/main/docker/start.sh
index 0dbd7e8f3..659038418 100755
--- a/ms/command-executor/src/main/docker/start.sh
+++ b/ms/command-executor/src/main/docker/start.sh
@@ -29,4 +29,4 @@ then
fi
cd /opt/app/onap/python/
-python command_executor_server.py ${APP_PORT} ${BASIC_AUTH} \ No newline at end of file
+python server.py ${APP_PORT} ${BASIC_AUTH} \ No newline at end of file