Skip to content

Commit

Permalink
qa/workunits/post-file: pick a dir that's readable by world
Browse files Browse the repository at this point in the history
Signed-off-by: Sage Weil <[email protected]>
  • Loading branch information
liewegas committed Apr 29, 2015
1 parent c18cc4e commit 04b0002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa/workunits/post-file.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 04b0002

Please sign in to comment.