Modify start script
authorj00302280 <j00101220@huawei.com>
Mon, 26 Sep 2016 11:37:16 +0000 (19:37 +0800)
committerj00302280 <j00101220@huawei.com>
Mon, 26 Sep 2016 11:37:16 +0000 (19:37 +0800)
Change-Id: Ib1ebbcf8a3e434addf11a39e11339e450181a35c
Signed-off-by: j00302280 <j00101220@huawei.com>
servicegateway/deployment/src/main/release/bin/start.sh

index 521ef3b..4ad6db4 100644 (file)
@@ -14,8 +14,8 @@
 # limitations under the License.
 #*******************************************************************************
 #!/bin/bash
+cd ..
 mkdir logs
 mkdir temp
-cd ..
 export CATALINA_BASE=$(cd `dirname $0`; pwd)
 $CATALINA_HOME/bin/catalina.sh start
\ No newline at end of file