ceph/qa/workunits/post-file.sh
Sage Weil 52235e3256 qa/workunits/post-file.sh: use /etc/default
base-files doesn't existing on rhel.  /etc/default is everywhere and it's
small.

Signed-off-by: Sage Weil <sage@redhat.com>
2015-04-09 09:58:39 -07:00

8 lines
115 B
Bash
Executable File

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