mirror of
https://github.com/ceph/ceph
synced 2025-01-20 18:21:57 +00:00
vstart.sh: fix .ceph_port typo
Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
parent
dbd2e7d98b
commit
225a19fa67
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user