Fix ui docker auto stop issue. 51/19151/1
authorLuji7 <lu.ji3@zte.com.cn>
Tue, 17 Oct 2017 00:51:32 +0000 (08:51 +0800)
committerLuji7 <lu.ji3@zte.com.cn>
Tue, 17 Oct 2017 00:51:38 +0000 (08:51 +0800)
Change-Id: If2edd0f79cb5f07ec80745819f6d6bf91cd5c43e
Issue-id: USECASEUI-51
Signed-off-by: Luji7 <lu.ji3@zte.com.cn>
distribution/src/main/assembly/startup.sh

index e866f87..49909dc 100644 (file)
@@ -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";