]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
vstart.sh: fix .ceph_port typo
authorSage Weil <sage@redhat.com>
Tue, 3 Feb 2015 11:23:28 +0000 (03:23 -0800)
committerSage Weil <sage@redhat.com>
Tue, 3 Feb 2015 11:23:28 +0000 (03:23 -0800)
Signed-off-by: Sage Weil <sage@redhat.com>
src/vstart.sh

index f766cf1179d52cd185a27cbfa354b04abdd52d5b..78725d8455873622b4c9b0922faae430175e7e51 100755 (executable)
@@ -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