summaryrefslogtreecommitdiffstats
path: root/ms/command-executor/src/main/docker/start.sh
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-04-19 00:10:42 +0000
committerGerrit Code Review <gerrit@onap.org>2019-04-19 00:10:42 +0000
commit83f51950dd6934ee404bc452bfa0ff80a938bb52 (patch)
treeb9845d48e0d5af94665e4f1c104280b13b0d7687 /ms/command-executor/src/main/docker/start.sh
parenteb5c00585a59343e8a186ed5fc3f98b1394b7e37 (diff)
parent607c3e652400aa5f772bc353bb56f7e96869e383 (diff)
Merge "Add logger to python code"
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