diff options
author | Dan Timoney <dtimoney@att.com> | 2019-04-19 00:10:05 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-19 00:10:05 +0000 |
commit | eb5c00585a59343e8a186ed5fc3f98b1394b7e37 (patch) | |
tree | c3bf18d42b43d151b66288cbadf312d20feef15b /ms/command-executor/src/main/docker/start.sh | |
parent | cdaa0d3851ad758f02163af1a4fc2cfbb19eb9e2 (diff) | |
parent | 6fcfbc12e20e5a853c9204469dac6867b7eb6ccb (diff) |
Merge "Integration Test - Component Executor"
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 |