ceph/qa/workunits/post-file.sh
Sage Weil 04b00029e1 qa/workunits/post-file: pick a dir that's readable by world
Signed-off-by: Sage Weil <sage@redhat.com>
2015-04-28 17:40:29 -07:00

8 lines
120 B
Bash
Executable File

#!/bin/bash -ex
what="$1"
[ -z "$what" ] && what=/etc/udev/rules.d
ceph-post-file -d ceph-test-workunit $what
echo OK