From: Sage Weil Date: Wed, 29 Apr 2015 00:40:20 +0000 (-0700) Subject: qa/workunits/post-file: pick a dir that's readable by world X-Git-Tag: v9.0.1~62 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=04b00029e16971abf1937facbbff8da00d6a3452;p=ceph.git qa/workunits/post-file: pick a dir that's readable by world Signed-off-by: Sage Weil --- diff --git a/qa/workunits/post-file.sh b/qa/workunits/post-file.sh index b2bba86578be..02a4ca292bea 100755 --- a/qa/workunits/post-file.sh +++ b/qa/workunits/post-file.sh @@ -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