Skip to content

Commit

Permalink
qa/workunits/post-file.sh: use /etc/default
Browse files Browse the repository at this point in the history
base-files doesn't existing on rhel.  /etc/default is everywhere and it's
small.

Signed-off-by: Sage Weil <sage@redhat.com>
  • Loading branch information
liewegas committed Apr 9, 2015
1 parent 2c181c2 commit 52235e3
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=/usr/share/base-files
[ -z "$what" ] && what=/etc/default
ceph-post-file -d ceph-test-workunit $what

echo OK

0 comments on commit 52235e3

Please sign in to comment.