This is an automated email from the ASF dual-hosted git repository.

yiguolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 6f29a8ac0d [refactor] update stop_be.sh to avoid error message (#10691)
6f29a8ac0d is described below

commit 6f29a8ac0d3de9dcb7082681fdc6700b1952ea95
Author: minghong <minghong.z...@163.com>
AuthorDate: Fri Jul 8 20:49:00 2022 +0800

    [refactor] update stop_be.sh to avoid error message (#10691)
    
    * update stop_be.sh to avoid error message
    
    * update stop_be.sh
---
 bin/stop_be.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/stop_be.sh b/bin/stop_be.sh
index 9d65d73307..e189f91112 100755
--- a/bin/stop_be.sh
+++ b/bin/stop_be.sh
@@ -23,7 +23,7 @@ export DORIS_HOME=`cd "$curdir/.."; pwd`
 export PID_DIR=`cd "$curdir"; pwd`
 
 signum=9
-if [ $1 = "--grace" ]; then
+if [[ $1 = "--grace" ]]; then
     signum=15
 fi
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to