]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/mrgw.sh
update sources to v12.1.2
[ceph.git] / ceph / src / mrgw.sh
index 8d90691ae63d29c7ded4c2bd04708d3bce9a4119..c5770ca917f28d402b3c8bdafdaa34f2013d9ccf 100755 (executable)
@@ -10,6 +10,7 @@ elif [ -e $script_root/../build/CMakeCache.txt ]; then
     cd $script_root/../build
     script_root=$PWD
 fi
+ceph_bin=$script_root/bin
 vstart_path=`dirname $0`
 
 [ "$#" -lt 2 ] && echo "usage: $0 <name> <port> [params...]" && exit 1