ceph-daemons: fixed merge

This commit is contained in:
Yehuda Sadeh 2009-02-27 16:04:20 -08:00
parent 8136874dad
commit c8820313d2

View File

@ -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"