summaryrefslogtreecommitdiffstats
path: root/qa/workunits/post-file.sh
blob: 120fb2634612384f32a2220fc10444d7d0bb9ba3 (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/env bash
set -ex

what="$1"
[ -z "$what" ] && what=/etc/udev/rules.d
sudo ceph-post-file -d ceph-test-workunit $what

echo OK