diff options
author | huangjian <huang.jian12@zte.com.cn> | 2016-10-22 11:50:57 +0800 |
---|---|---|
committer | huangjian <huang.jian12@zte.com.cn> | 2016-10-22 11:50:57 +0800 |
commit | 44492c28f948c143a85cf71341b8cf440f3f261a (patch) | |
tree | b24b252627e97b29c1db8db7aacd6720064bc574 /wso2bpel-ext | |
parent | 9e7073ec5e27170706f7361ee33fb853504e21f0 (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')
-rw-r--r-- | wso2bpel-ext/wso2bpel-core/distribution/standalone/src/main/assembly/stop.sh | 2 |
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 |