From: Sage Weil Date: Thu, 23 Apr 2009 23:48:53 +0000 (-0700) Subject: initscript: cleanup debug X-Git-Tag: v0.7.3~56 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b33f7065512b749ad00f45ce0955daa357b7e034;p=ceph.git initscript: cleanup debug --- diff --git a/src/ceph_common.sh b/src/ceph_common.sh index 7350ff12f35..e45926cd3a7 100644 --- a/src/ceph_common.sh +++ b/src/ceph_common.sh @@ -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 }