aboutsummaryrefslogtreecommitdiffstats
path: root/servicegateway/deployment/src/main/release/bin/stop.sh
diff options
context:
space:
mode:
authorj00302280 <j00101220@huawei.com>2016-09-26 12:56:23 +0800
committerj00302280 <j00101220@huawei.com>2016-09-26 12:56:23 +0800
commit4aa52a79592d54605ebb1b86fa203f5f07b286f7 (patch)
tree47970bcba51f736d653a6fb62e9c5a5b45ed0dbc /servicegateway/deployment/src/main/release/bin/stop.sh
parent81c53dc73c8c05d034bea5114e36929261e97496 (diff)
Solve the install issues
Change-Id: I4402388c3d245a062299fd6d65fa152d63b8f08c Signed-off-by: j00302280 <j00101220@huawei.com>
Diffstat (limited to 'servicegateway/deployment/src/main/release/bin/stop.sh')
-rw-r--r--servicegateway/deployment/src/main/release/bin/stop.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/servicegateway/deployment/src/main/release/bin/stop.sh b/servicegateway/deployment/src/main/release/bin/stop.sh
index bcc60433..365da00d 100644
--- a/servicegateway/deployment/src/main/release/bin/stop.sh
+++ b/servicegateway/deployment/src/main/release/bin/stop.sh
@@ -16,4 +16,4 @@
#!/bin/bash
cd ..
export CATALINA_BASE=$(cd `dirname $0`; pwd)
-catalina.sh stop \ No newline at end of file
+$CATALINA_HOME/bin/catalina.sh stop \ No newline at end of file