]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
stop.sh: do not trace commands
authorIlya Dryomov <ilya.dryomov@inktank.com>
Thu, 3 Apr 2014 14:11:49 +0000 (18:11 +0400)
committerIlya Dryomov <ilya.dryomov@inktank.com>
Thu, 3 Apr 2014 14:14:57 +0000 (18:14 +0400)
Command tracing here doesn't bring any value and simply pollutes the
terminal, as the script always runs to completion.

Signed-off-by: Ilya Dryomov <ilya.dryomov@inktank.com>
src/stop.sh

index bc860002ff09e9c4b7c6dae010419a9ba48499e2..9a5b8d2cc8d5aceec5fa976ef1541e85ee6784ea 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash -x
+#!/bin/bash
 #
 # Copyright (C) 2013 Inktank <info@inktank.com>
 # Copyright (C) 2013 Cloudwatt <libre.licensing@cloudwatt.com>