]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/workunits/post-file: pick a dir that's readable by world
authorSage Weil <sage@redhat.com>
Wed, 29 Apr 2015 00:40:20 +0000 (17:40 -0700)
committerSage Weil <sage@redhat.com>
Wed, 29 Apr 2015 00:40:29 +0000 (17:40 -0700)
Signed-off-by: Sage Weil <sage@redhat.com>
qa/workunits/post-file.sh

index b2bba86578beb4637e84f30be8eab22acbe160fd..02a4ca292beaa92ff51df35e618229192773a9e7 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash -ex
 
 what="$1"
-[ -z "$what" ] && what=/etc/default
+[ -z "$what" ] && what=/etc/udev/rules.d
 ceph-post-file -d ceph-test-workunit $what
 
 echo OK