diff options
author | Alexis de Talhouët <adetalhouet89@gmail.com> | 2019-04-12 22:25:17 -0400 |
---|---|---|
committer | Alexis de Talhouët <adetalhouet89@gmail.com> | 2019-04-16 10:38:51 -0400 |
commit | 6fcfbc12e20e5a853c9204469dac6867b7eb6ccb (patch) | |
tree | 22b09b1636831c9c30c672101e46b8e8a81978ae /ms/command-executor/src/main/docker/start.sh | |
parent | 5a47fe8d6a7c665db048e1959f484af297a74315 (diff) |
Integration Test - Component Executor
Change-Id: Icbe745b30c7bbb973bc9bb29bf547340b32f1b0f
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-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 6c0aa0018..0dbd7e8f3 100755 --- a/ms/command-executor/src/main/docker/start.sh +++ b/ms/command-executor/src/main/docker/start.sh @@ -28,5 +28,5 @@ then export BASIC_AUTH="Basic Y2NzZGthcHBzOmNjc2RrYXBwcw==" fi -cd /opt/onap/app/python/ +cd /opt/app/onap/python/ python command_executor_server.py ${APP_PORT} ${BASIC_AUTH}
\ No newline at end of file |