summaryrefslogtreecommitdiffstats
path: root/wso2bpel-ext/wso2bpel-core/distribution/standalone/src
diff options
context:
space:
mode:
authorhuangjian <huang.jian12@zte.com.cn>2016-10-22 11:50:57 +0800
committerhuangjian <huang.jian12@zte.com.cn>2016-10-22 14:03:34 +0800
commit57e30844a0c388c7a7313f905019d929a910baec (patch)
tree0b96749e6dd883a528d2d6beed5d172453ec70cd /wso2bpel-ext/wso2bpel-core/distribution/standalone/src
parent1c979faf89e034e23d443694de605c832689cb21 (diff)
Run stop.sh can not shutdown wso2 process
Change-Id: Iab24eea02dc16f32669b37299acef3109106453d Issue-id: OCS-124 Signed-off-by: huangjian <huang.jian12@zte.com.cn>
Diffstat (limited to 'wso2bpel-ext/wso2bpel-core/distribution/standalone/src')
-rw-r--r--wso2bpel-ext/wso2bpel-core/distribution/standalone/src/main/assembly/stop.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/wso2bpel-ext/wso2bpel-core/distribution/standalone/src/main/assembly/stop.sh b/wso2bpel-ext/wso2bpel-core/distribution/standalone/src/main/assembly/stop.sh
index 1c02784..29e23f5 100644
--- a/wso2bpel-ext/wso2bpel-core/distribution/standalone/src/main/assembly/stop.sh
+++ b/wso2bpel-ext/wso2bpel-core/distribution/standalone/src/main/assembly/stop.sh
@@ -20,7 +20,7 @@ echo @RUNHOME@ $RUNHOME
echo "### Shutdown wso2bps";
cd wso2bps
-$RUNHOME/wso2bps/shutdown.sh &
+$RUNHOME/wso2bps/bin/shutdown.sh &
cd $RUNHOME