summaryrefslogtreecommitdiffstats
path: root/wso2bpel-ext/wso2bpel-core/distribution
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 11:50:57 +0800
commit44492c28f948c143a85cf71341b8cf440f3f261a (patch)
treeb24b252627e97b29c1db8db7aacd6720064bc574 /wso2bpel-ext/wso2bpel-core/distribution
parent9e7073ec5e27170706f7361ee33fb853504e21f0 (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')
-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