]> git.apps.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)
committerLoic Dachary <ldachary@redhat.com>
Wed, 3 Feb 2016 04:19:54 +0000 (11:19 +0700)
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 04b00029e16971abf1937facbbff8da00d6a3452)

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