diff options
author | Dan Timoney <dtimoney@att.com> | 2019-04-19 00:10:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-19 00:10:42 +0000 |
commit | 83f51950dd6934ee404bc452bfa0ff80a938bb52 (patch) | |
tree | b9845d48e0d5af94665e4f1c104280b13b0d7687 /ms/command-executor/src/main/docker/start.sh | |
parent | eb5c00585a59343e8a186ed5fc3f98b1394b7e37 (diff) | |
parent | 607c3e652400aa5f772bc353bb56f7e96869e383 (diff) |
Merge "Add logger to python code"
Diffstat (limited to 'ms/command-executor/src/main/docker/start.sh')
-rwxr-xr-x | ms/command-executor/src/main/docker/start.sh | 2 |
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 |