aboutsummaryrefslogtreecommitdiffstats
path: root/servicegateway
diff options
context:
space:
mode:
authorj00302280 <j00101220@huawei.com>2016-09-26 19:37:16 +0800
committerj00302280 <j00101220@huawei.com>2016-09-26 19:37:16 +0800
commitd4bf56bac2f98b7e381ebbeea0a9a912d8142442 (patch)
tree1e542c74591d6cc8528d66fe5960900d438d2be2 /servicegateway
parentf48e0d6e4b810f69737115dab4e4a97c3db4b1b8 (diff)
Modify start script
Change-Id: Ib1ebbcf8a3e434addf11a39e11339e450181a35c Signed-off-by: j00302280 <j00101220@huawei.com>
Diffstat (limited to 'servicegateway')
-rw-r--r--servicegateway/deployment/src/main/release/bin/start.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/servicegateway/deployment/src/main/release/bin/start.sh b/servicegateway/deployment/src/main/release/bin/start.sh
index 521ef3b7..4ad6db47 100644
--- a/servicegateway/deployment/src/main/release/bin/start.sh
+++ b/servicegateway/deployment/src/main/release/bin/start.sh
@@ -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