summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLi Zi <li.zi30@zte.com.cn>2017-09-30 07:09:19 +0000
committerGerrit Code Review <gerrit@onap.org>2017-09-30 07:09:19 +0000
commit11afe2ddaaf0b72b71e1e6c56156a17503d511c5 (patch)
treec79802c135933bb5590210af8d913dc88dc3ffd0
parent8bbc9337ee20437d29c4376eb1c866c3bc3e003b (diff)
parent21a786551c1c7b2f7e742ae2cee9b29926c9885c (diff)
Merge "start the tomcat at front end"
-rw-r--r--distribution/src/main/assembly/startup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/distribution/src/main/assembly/startup.sh b/distribution/src/main/assembly/startup.sh
index 6929ef1..6a262fe 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 esr-gui end";