]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
initscript: cleanup debug
authorSage Weil <sage@newdream.net>
Thu, 23 Apr 2009 23:48:53 +0000 (16:48 -0700)
committerSage Weil <sage@newdream.net>
Thu, 23 Apr 2009 23:48:53 +0000 (16:48 -0700)
src/ceph_common.sh

index 7350ff12f3529a0a649b17ca6c1297f09a99a1cf..e45926cd3a7800c91c3fc423e862fa6d01acc73c 100644 (file)
@@ -48,7 +48,6 @@ do_cmd() {
        bash -c "$1" || { echo "failed: '$1'" ; exit 1; }
     else
        [ $verbose -eq 1 ] && echo "--- $host# cd $dir ; ulimit -c unlimited ; $1"
-       echo $ssh $2 "cd $dir ; ulimit -c unlimited ; $1"
        $ssh $2 "cd $dir ; ulimit -c unlimited ; $1" || { echo "failed: '$ssh $1'" ; exit 1; }
     fi
 }