From c8820313d29db99212991d7b66512c303c9ddaa3 Mon Sep 17 00:00:00 2001 From: Yehuda Sadeh Date: Fri, 27 Feb 2009 16:04:20 -0800 Subject: [PATCH] ceph-daemons: fixed merge --- src/ceph-daemons | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ceph-daemons b/src/ceph-daemons index 7f3ed97a4d886..dbaff843bad97 100755 --- a/src/ceph-daemons +++ b/src/ceph-daemons @@ -107,7 +107,7 @@ if [[ $what = "" ]]; then fi for name in $what; do - type=`echo $item | cut -c 1-3` # e.g. 'mon', if $item is 'mon1' + type=`echo $name | cut -c 1-3` # e.g. 'mon', if $item is 'mon1' num=`echo $name | cut -c 4-` sections="$name $type global" -- 2.39.5