diff options
author | Tao Shen <shentao@chinamobile.com> | 2017-10-17 01:09:28 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-10-17 01:09:28 +0000 |
commit | 3d32497a5fbb76eddcbd620c231ce97f20da67c5 (patch) | |
tree | beada0f59ba0c0411f4fba773d39ba469c4256f1 | |
parent | 20f2faf42e9833039a911e53e89f7ca4251352a8 (diff) | |
parent | 3e63362c8af45693bf772eaffdad9bb4b3131634 (diff) |
Merge "Fix ui docker auto stop issue."
-rw-r--r-- | distribution/src/main/assembly/startup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distribution/src/main/assembly/startup.sh b/distribution/src/main/assembly/startup.sh index e866f872..49909dcb 100644 --- a/distribution/src/main/assembly/startup.sh +++ b/distribution/src/main/assembly/startup.sh @@ -25,5 +25,5 @@ if [ ! -d "$RUNHOME/tomcat/logs" ]; then fi export CATALINA_HOME=$RUNHOME/tomcat export CATALINA_BASE=$RUNHOME/tomcat -$RUNHOME/tomcat/bin/startup.sh & +$RUNHOME/tomcat/bin/startup.sh echo "### Starting usecase-ui end"; |