]> git.proxmox.com Git - ceph.git/blobdiff - ceph/qa/workunits/ceph-disk/ceph-disk.sh
update sources to v12.1.3
[ceph.git] / ceph / qa / workunits / ceph-disk / ceph-disk.sh
index bbb93f07829c20ac3cf2582662059f0213195b1c..7a795b925d68cb8e70f0fd1f7f3c7a68b847c8a1 100755 (executable)
@@ -1,8 +1,8 @@
 #!/bin/bash
-if [ -f $(dirname $0)/../../standalone/ceph-helpers-root.sh ]; then
-    source $(dirname $0)/../../standalone/ceph-helpers-root.sh
+if [ -f $(dirname $0)/../ceph-helpers-root.sh ]; then
+    source $(dirname $0)/../ceph-helpers-root.sh
 else
-    echo "$(dirname $0)/../../standalone/ceph-helpers-root.sh does not exist."
+    echo "$(dirname $0)/../ceph-helpers-root.sh does not exist."
     exit 1
 fi