You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ca...@apache.org on 2022/12/15 00:40:05 UTC

[iotdb] branch rel/0.13 updated: [To rel/0.13] Update start-server.sh, change -b to -d (#8452)

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

caogaofei pushed a commit to branch rel/0.13
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/rel/0.13 by this push:
     new 78fe4114e7 [To rel/0.13] Update start-server.sh, change -b to -d (#8452)
78fe4114e7 is described below

commit 78fe4114e76da102153efb12879a8b430ff5c8ee
Author: Caideyipi <87...@users.noreply.github.com>
AuthorDate: Thu Dec 15 08:39:58 2022 +0800

    [To rel/0.13] Update start-server.sh, change -b to -d (#8452)
---
 server/src/assembly/resources/sbin/start-server.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/server/src/assembly/resources/sbin/start-server.sh b/server/src/assembly/resources/sbin/start-server.sh
index f36d0a0282..db0864bc98 100755
--- a/server/src/assembly/resources/sbin/start-server.sh
+++ b/server/src/assembly/resources/sbin/start-server.sh
@@ -94,7 +94,7 @@ while true; do
             foreground="yes"
             shift
         ;;
-        -b)
+        -d)
             foreground=""
             shift
         ;;
@@ -121,7 +121,7 @@ while true; do
             shift 2
         ;;
         -h)
-            echo "Usage: $0 [-v] [-f] [-b] [-h] [-p pidfile] [-c configFolder] [-H HeapDumpPath] [-E JvmErrorFile] [printgc]"
+            echo "Usage: $0 [-v] [-f] [-d] [-h] [-p pidfile] [-c configFolder] [-H HeapDumpPath] [-E JvmErrorFile] [printgc]"
             exit 0
         ;;
         -v)