]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/rook: be less chatty when working
authorKefu Chai <kchai@redhat.com>
Thu, 12 Mar 2020 04:02:44 +0000 (12:02 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 12 Mar 2020 08:00:40 +0000 (16:00 +0800)
so we have less output when building. it's distracting.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/pybind/mgr/rook/generate_rook_ceph_client.sh

index 198394aa7ae3d70e437402df39b8126cdd04a884..c9ad15ce016da55c02cf5c213a41e5d2b33a4bff 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-set -ex
+set -e
 
 script_location="$(dirname "$(readlink -f "$0")")"
 cd "$script_location"