vstart.sh: fix .ceph_port typo

Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
Sage Weil 2015-02-03 03:23:28 -08:00
parent dbd2e7d98b
commit 225a19fa67

View File

@ -263,7 +263,7 @@ fi
[ -z "$CEPH_BIN" ] && CEPH_BIN=.
if [ -z "$CEPH_PORT" ]; then
CEPH_PORT=6789
[ -e ".ceph.port" ] && CEPH_PORT=`cat .ceph_port`
[ -e ".ceph_port" ] && CEPH_PORT=`cat .ceph_port`
fi