]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
src/vstart.sh: correct shell syntax error
authorXuehan Xu <xxhdx1985126@gmail.com>
Fri, 17 Dec 2021 05:31:40 +0000 (13:31 +0800)
committerXuehan Xu <xxhdx1985126@gmail.com>
Fri, 17 Dec 2021 05:31:40 +0000 (13:31 +0800)
Signed-off-by: Xuehan Xu <xxhdx1985126@gmail.com>
src/vstart.sh

index c174c76a71d92db5391173deedec157312d2b91e..2573b364b9a94a9da22f331466ecf1c585c45aa8 100755 (executable)
@@ -945,7 +945,7 @@ start_osd() {
            if [ "$debug" -ne 0 ]; then
                extra_seastar_args+=" --debug"
            fi
-            if [ "$trace" -ne 0]; then
+            if [ "$trace" -ne 0 ]; then
                 extra_seastar_args+=" --trace"
             fi
        fi