From e9039f4fd3dfe9a3083fcfe64d8012568e8db96f Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Tue, 28 Apr 2015 17:40:20 -0700 Subject: [PATCH] qa/workunits/post-file: pick a dir that's readable by world Signed-off-by: Sage Weil (cherry picked from commit 04b00029e16971abf1937facbbff8da00d6a3452) --- qa/workunits/post-file.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/workunits/post-file.sh b/qa/workunits/post-file.sh index b2bba86578beb..02a4ca292beaa 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 -- 2.39.5